@font-face {
  font-family: Arial;
  src: url('Arial-Black.ttf');
}
@font-face {
  font-family: din;
  src: url('din-bold-2.ttf');
}
@font-face {
  font-family: PingFangTC;
  src: url('PingFangTC-Semibold.ttf');
}
@font-face {
  font-family: PingFang;
  src: url('PingFang Regular.ttf');
}
* {
  /*font-family:"PingFang" !important;
    */
  font-family: SF Pro SC, HanHei SC, SF Pro Text, Myriad Set Pro, SF Pro Icons,
    PingFang SC, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
}
.index_two li .lt,
.index_five ul .font60 span,
.index_seven ul li .font60 {
  /*font-family: Arial;*/
}
.fp-tableCell {
  width: 100% !important;
}
.ico.active i:nth-child(1),
.icoS.active i:nth-child(1) {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 10px;
}
.ico.active i:nth-child(2),
.icoS.active i:nth-child(2) {
  opacity: 0;
}
.ico.active i:nth-child(3),
.icoS.active i:nth-child(3) {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 10px;
}
.ico,
.icoS {
  position: relative;
  width: 30px;
  height: 25px;
  z-index: 999;
  cursor: pointer;
  display: inline-block;
  margin-right: 0;
  top: 2px;
  display: none;
}
.ico i,
.icoS i {
  height: 3px;
  width: 100%;
  background-color: #666;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  display: block;
  position: absolute;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.ico i:nth-child(1),
.icoS i:nth-child(1) {
  top: 0px;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition-delay: 210ms;
  -o-transition-delay: 210ms;
  -webkit-transition-delay: 210ms;
  transition-delay: 210ms;
}
.ico i:nth-child(2),
.icoS i:nth-child(2) {
  /* width:22px;
    */
  top: 10px;
  -moz-transition-delay: 140ms;
  -o-transition-delay: 140ms;
  -webkit-transition-delay: 140ms;
  transition-delay: 140ms;
}
.ico i:nth-child(3),
.icoS i:nth-child(3) {
  top: 20px;
  -moz-transition-delay: 70ms;
  -o-transition-delay: 70ms;
  -webkit-transition-delay: 70ms;
  transition-delay: 70ms;
}
.pages {
  text-align: center;
  overflow: hidden;
}
.pages li {
  display: inline-block;
}
.pages li a {
  width: 38px;
  height: 36px;
  border: solid 1px #dcdcdc;
  line-height: 36px;
  color: #333333;
}
.pages li:last-child a,
.pages li:first-child a {
  background: none;
  border: none;
}
.pages li a:hover {
  background-color: #c3c3c3;
  color: #fff;
}
.pages li.active a {
  background-color: #c3c3c3;
  color: #fff;
}
header {
  position: fixed;
  width: 100%;
  height: 100px;
  /* line-height:100px;
    */
  align-items: center;
  top: 0;
  left: 0;
  z-index: 99999;
  background-color: #fff;
  padding: 0 100px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
}
.logo {
  width: 190px;
}
.header_right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
nav {
  margin-right: 50px;
}
nav ul li {
  display: inline-block;
  padding: 0 30px;
}
nav ul li .nav_top a {
  color: #000000;
}
.header_call {
  /* background-color: #ffffff;
    */
  border-radius: 40px;
  border: solid 1px rgb(37 85 255 / 40%);
  /* height:40px;
    */
  padding: 1px 13px 5px 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.header_call span:last-child {
  display: inline-block;
  margin-left: 8px;
  color: #2555ff;
  font-weight: bold;
}
.order {
  margin-left: 12px;
  margin-right: 15px;
}
.order a {
  background-color: #2555ff;
  padding: 9px 38px;
  color: #ffffff;
  border-radius: 20px;
  font-weight: bold;
}
.login a {
  color: #2555ff;
  font-weight: bold;
}
.banner {
  height: 600px;
}
.banner .swiper-container {
  height: 100%;
}
.banner .swiper-slide {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.banner .lt {
  width: 50%;
  float: left;
  color: #fff;
}
.banner .rt {
  width: 50%;
  float: right;
}
.banner .lt .font24 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 46px;
}
.union-input,
.index_ .forms {
  width: 388px;
  height: 51px;
  background-color: #ffffff;
  border-radius: 25px;
  position: relative;
}


.union-input input,
.index_ .forms input {
  height: 100%;
  margin-left: 40px;
  height: 100%;
  background: transparent;
  border: none;
  outline: none;
  width: 200px;
}
.union-input a,
.index_ .forms a {
  width: 140px;
  height: 45px;
  line-height: 45px;
  box-sizing: border-box;
  position: absolute;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 4px;
  background-color: #2d4ce9;
  border-radius: 22px;
  text-align: center;
  color: #fff;
}
.index_one {
  background: url(../images/a9_02.png) no-repeat top center;
  background-size: contain;
}
.index_one .index_one_ul {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  padding: 28px 30px;
  justify-content: space-between;
  overflow: hidden;
}
.index_one .index_one_ul li {
  margin-left: 30px;
}
.index_one .index_one_ul li:first-child {
  margin-left: 0;
}
.index_one .index_one_ul a {
  background-color: #ffffff;
  border-radius: 6px;
}
.index_one .font36 {
  margin: 26px 0;
  color: #000000;
}
.index_two {
  background-color: #f8f8f8;
}
.index_two ul {
  padding: 44px 0;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-evenly;
}
.index_two li {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
}
.index_two li .lt {
  font-weight: bold;
  color: #3154f6;
  margin-right: 20px;
}
.index_two li .rt {
  color: #000000;
}
.title {
  overflow: hidden;
}
.title .font36 {
  color: #000000;
  margin-bottom: 5px;
  font-weight: bold;
}
.title .font16 {
  color: #000000;
}
.title {
  margin-bottom: 28px;
}
.index_three ul {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-evenly;
  border-bottom: 1px solid #eee;
  margin-bottom: 60px;
}
.index_three ul li {
  padding-bottom: 34px;
  text-align: center;
  position: relative;
}
.index_three ul li .imgs {
  background-color: #ffffff;
  border-radius: 12px;
  margin-bottom: 16px;
  transition: all 1s;
  -webkit-animation: all 1s;
}
.index_three ul li .font18 {
  color: #000000;
}
.index_three ul li:hover .imgs,
.index_three ul li.active .imgs {
  box-shadow: 6px 6px 21px 0px rgba(0, 0, 0, 0.1);
}
.index_three ul li:hover::after,
.index_three ul li.active::after {
  content: '';
  width: 100%;
  left: 0;
}
.index_three ul li::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #2555ff;
  transition: all 1s;
  -webkit-animation: all 1s;
}
.cont3 {
  position: relative;
}
.cont3_list {
  position: absolute;
  background-color: #fff;
  z-index: 1;
  overflow: hidden;
  top: 0;
  left: 0;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}
.cont3_list.active {
  position: relative;
  z-index: 999;
  background-color: #fff;
}
.cont3_list .lt {
  width: 47%;
  padding-right: 50px;
  transition: all 1s;
  -webkit-animation: all 1s;
  transform: translateX(-100px);
  -webkit-transform: translateX(-100px);
  opacity: 0;
}
.cont3_list.active .lt,
.cont3_list.active .rt {
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  opacity: 1;
}
.cont3_list .rt {
  width: 53%;
  text-align: right;
  transition: all 1s;
  -webkit-animation: all 1s;
  transform: translateX(100px);
  -webkit-transform: translateX(100px);
  opacity: 0;
  padding: 40px;
}
.cont3_list .lt .font30 {
  color: #000000;
  margin-bottom: 20px;
}
.cont3_list .lt p {
  color: #333333;
  line-height: 1.9;
  margin-bottom: 40px;
}
.cont3_list .lt a {
  width: 140px;
  border-radius: 23px;
  border: solid 1px #2555ff;
  line-height: 45px;
  color: #2555ff;
  text-align: center;
  margin-right: 20px;
}
.cont3_list .lt a:last-child {
  margin-right: 0;
}
.cont3_list .rt img {
  /*box-shadow:6px 6px 40px 0px rgb(0 0 0 / 24%);
    */
}
.index_three .Box1200 {
  overflow: inherit;
  overflow: initial;
}
.index_four_top .swiper-slide {
  text-align: center;
}
.index_four_top .swiper-slide span {
  color: #000000;
  padding: 9px 34px;
  display: inline-block;
  border-radius: 22px;
}
.index_four_top {
  margin-bottom: 36px;
}
.index_four_top .swiper-slide-thumb-active span {
  background-color: #2555ff;
  color: #fff;
}
.index_four_bom .swiper-slide .cont {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}
.index_four_bom .swiper-slide .lt {
  width: 50%;
}
.index_four_bom .swiper-slide .lt img {
  opacity: 0;
}
.index_four_bom .swiper-slide .rt {
  width: 50%;
  padding: 160px 68px;
  position: relative;
}
.index_four_bom .swiper-slide .rt::after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #2555ff;
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.index_four_bom .swiper-slide .rt .set {
  max-width: 488px;
  color: #fff;
  position: relative;
  z-index: 9;
}
.index_four_bom .swiper-slide .rt .set .font24 {
  color: #fff;
}
.index_four_bom .swiper-slide .rt .set p {
  color: #ffffff;
  opacity: 0.8;
  line-height: 1.5;
  margin: 15px 0 17px;
}
.index_four_bom .swiper-slide .rt .set a {
  color: #fff;
}
.swiperBtn {
  width: 32px;
  height: 63px;
  background-image: none;
}
.index_four_bom .swiper-button-next {
  right: 14%;
}
.index_four_bom .swiper-button-prev {
  left: 14%;
}
.index_five {
  background-color: #ffffff;
}
.index_five ul {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  padding: 50px 0;
}
.index_five ul li {
  text-align: center;
}
.index_five ul .font60 {
  color: #2555ff;
}
.index_five ul .font18 {
  color: #333333;
}
#demo,
.cards {
  background: #fff;
  overflow: hidden;
  margin: 0 auto;
}
#indemo ul {
  /* width:calc( 400vw + 450px);
    */
  /* position:absolute;
    left:0;
    top:0;
    */
  /* width:4000%;
    */
  /* overflow:hidden;
    */
}
#indemo li {
  width: 370px;
  margin-right: 40px;
  font-size: 0;
  background: #ffffff;
  box-shadow: 0 5px 30px 0 rgba(239, 239, 239, 0.75);
  border-radius: 8px;
  float: left;
  overflow: hidden;
}
.cases-content ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.cases-content li {
  margin-right: 40px;
  font-size: 0;
  background: #ffffff;
  box-shadow: 0 5px 30px 0 rgba(239, 239, 239, 0.75);
  border-radius: 8px;
  width: calc(33.333% - 26.666px);
  width: -webkit-calc(33.333% - 26.666px);
  overflow: hidden;
}
.cases-content li:nth-child(3n) {
  margin-right: 0;
}
.l-content-top li:last-child {
  margin-right: 0;
}
.index_six {
  background: url(../images/a49_06.png) no-repeat top center;
  background-size: contain;
  padding-bottom: 0;
}
#indemo {
  float: left;
  /* width:800%;
    */
  overflow: hidden;
  padding: 0 0 50px;
}
#demo1,
#cardList1,
#cardList2,
#cardListTwo1,
#cardListTwo2 {
  float: left;
}
#demo2 {
  float: left;
}
.cards a {
  width: 310px;
  border-radius: 8px;
  height: 128px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  float: left;
  border: 1px solid #b1c0da40;
}
#indemo a,
#demo2 a {
  display: block;
  background-color: #ffffff;
  box-shadow: 4px 4px 38px 0px rgba(0, 0, 0, 0.07);
  border-radius: 8px;
  border: solid 1px #e5e5e5;
  overflow: hidden;
  position: relative;
}
.cases-content li {
  margin-bottom: 45px;
}
.cases-content a {
  display: block;
}
#indemo .cont,
#demo2 .cont,
.cases-content .cont {
  padding: 25px 30px;
}
#indemo .imgs,
#demo2 .imgs,
.cases-content .cont .imgs {
  overflow: hidden;
  position: relative;
}
#indemo .imgs div,
#demo2 .imgs div,
.cases-content a .imgs div {
  position: absolute;
  padding: 2px 15px;
  background-color: #27c73b;
  border-radius: 13px;
  color: #fff;
  display: inline-block;
  top: 27px;
  left: 30px;
  font-size: 14px;
  z-index: 20;
}
#indemo .imgs img,
#demo2 .imgs img,
.cases-content .cont .imgs img {
  width: 100%;
  transition: all 1s;
  -webkit-transition: all 1s;
}
#indemo .cont .font18,
.cases-content .cont .font18 {
  color: #000000;
  font-weight: bold;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.as {
  background: #e5e5e5;
}
#indemo .cont p,
.cases-content .cont p {
  color: #999;
  margin: 9px 0 20px;
  /* border-bottom:1px solid #e5e5e5;
    */
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 99px;
}
#indemo .cont span,
.cases-content .cont a.font16 {
  color: #999999;
  border-radius: 13px;
  border: solid 1px #dcdcdc;
  padding: 4px 10px 7px;
  display: inline-block;
  margin-right: 10px;
  line-height: 1;
  margin-top: 30px;
}
.cases-content .cont a.font16 {
  padding: 4px 10px;
}
#cardsTwo {
  margin-top: 20px;
}
.index_seven {
  background: url(../images/a43_02.png) no-repeat center;
  background-size: cover;
  padding: 70px 0 90px;
}
.index_seven .font30 {
  color: #333333;
  font-weight: bold;
}
.index_seven ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin: 35px 0 60px;
}
.index_seven ul li {
  text-align: center;
}
.index_seven ul li .font24 {
  color: #27c73b;
}
.index_seven ul li .font60 {
  color: #2555ff;
  font-weight: bold;
}
.index_seven ul li p {
  color: #000000;
}
.tilese {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
.tilese a {
  width: 180px;
  line-height: 50px;
  overflow: hidden;
  border-radius: 25px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  position: relative;
}
.tilese a::after {
  content: '';
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.tilese a::before {
  content: '';
  background-color: #2d4ce9;
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.tilese a:hover::before {
  content: '';
  width: 100%;
}
.tilese a:first-child {
  margin-right: 28px;
}
.tilese a:nth-child(2) {
  margin-right: 28px;
}
.tilese a img {
  margin: 0 16px 0 0;
  position: relative;
  z-index: 5;
}
.tilese a span {
  position: relative;
  z-index: 5;
}
.tilese a:hover span {
  color: #fff;
}
.tilese .img2 {
  display: none;
}
.tilese a:hover .img1 {
  display: none;
}
.tilese a:hover .img2 {
  display: block;
}
.index_ {
  background: url(../images/a44_95.jpg) no-repeat center;
  background-size: cover;
  padding: 60px 0 70px;
}
.index_ .cont {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index_ .cont .lt {
  color: #fff;
  text-align: left;
}
.index_ .cont .lt .font36 {
  margin-bottom: 14px;
}
.index_ .forms {
  text-align: left;
}
.union-input input::input-placeholder,
.index_ .forms input::input-placeholder {
  color: #999999;
}
.index_ .forms input::-webkit-input-placeholder {
  //å…¼å®¹WebKit browsersï¼ˆChromeçš„å†…æ ¸ï¼‰ color: red;
}
.index_ .forms input::-moz-placeholder {
  //Mozilla Firefox 4 to 18 color: red;
}
.index_ .forms input::-moz-placeholder {
  //Mozilla Firefox 19+ color: red;
}
.index_ .forms input::-ms-input-placeholder {
  //Internet Explorer 10+ color: red;
}
footer {
  background-color: #1c1e2a;
}
footer .cont {
  margin-top: 48px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.foot_top_lt {
  width: calc(100% - 285px);
  width: -webkit-calc(100% - 285px);
}
.foot_top_lt ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  padding-right: 70px;
}
.foot_top_lt ul .font14 {
  margin-bottom: 22px;
}
.foot_top_lt ul .font14 a {
  color: #ffffff;
}
.foot_top_lt ul p a {
  color: #999999;
  line-height: 2;
}
.foot_top_lt .set {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.foot_top_lt .set .let {
  margin-right: 20px;
}
.dimensional {
  display: flex;
  margin: 20px 0 30px;
}
.dimensional .list_img {
  text-align: center;
  margin-right: 30px;
}
.dimensional .list_img p {
  color: #999999;
  margin-top: 6px;
}
.logo_foot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  font-size: 16px;
  flex-wrap: wrap;
}
.logo_foot div {
  color: #999999;
  margin-right: 20px;
}
.logo_foot div:last-child {
  margin-right: 0;
}
.logo_foot div span {
  color: #27c73b;
}
.border_foot {
  border-top: 1px solid rgb(210 210 210 / 10%);
  padding: 20px 0;
}
.foot_bom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.2);
}
.foot_bom a {
  color: rgba(255, 255, 255, 0.2);
}
.foot_top_rt {
  width: 285px;
}
.foot_top_rt_title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.foot_top_rt_title .lt {
  color: #ffffff;
}
.foot_top_rt_title a {
  color: #ffffff;
  opacity: 0.2;
}
.foot_news {
  height: auto;
  height: 222px;
  margin-top: 18px;
}
.foot_news .swiper-slide {
  height: 76px;
}
.foot_news .swiper-slide a {
  display: block;
}
.foot_news .swiper-slide a div {
  color: #fff;
  margin-bottom: 6px;
  margin-top: 14px;
}
.foot_news .swiper-slide a p {
  color: #9a9a9a;
  margin-bottom: 15px;
}
.line {
  background: rgba(255, 255, 255, 0.1);
  height: 1px;
}
.order a:hover,
.union-input a:hover,
.index_ .forms a:hover {
  background-color: #2555ffb3;
}
.header_call {
  position: relative;
  height: 42px;
  width: 233px;
  overflow: hidden;
}
.header_call .bgyuan {
  width: 24px;
  height: 24px;
  /* background-color: #2555ff;
    */
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  display: inline-block;
  position: absolute;
  /* z-index:2;
    */
  transition: all 0.3s;
}
.header_call:hover span.yuan {
  left: 8px;
}
.header_call span.yuan {
  width: 24px;
  height: 24px;
  background-color: #2555ff;
  border-radius: 50%;
  top: 50%;
  left: 0;
  margin-left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  display: inline-block;
  position: absolute;
  z-index: 3;
}
.header_call:hover .bgyuan {
  width: 100%;
  height: 100%;
  border-radius: 0;
  left: 0;
}
.numb {
  position: absolute;
  right: 9px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}
.yuan img {
  display: block;
}
.header_call:hover .numb {
  color: #073bf3;
}
.login a {
  color: #073bf3;
}
.index_one ul a {
  display: block;
  overflow: hidden;
}
.index_one ul a:hover img,
.cards a:hover img {
  animation: tada 1.6s ease-out 0s;
}
.cont3_list .lt a:hover {
  background-color: #2555ff;
  color: #fff;
}
.cases-content a .imgs {
  overflow: hidden;
}
.cases-content a .imgs img {
  transition: all 1s;
  -webkit-transition: all 1s;
}
#indemo a:hover .imgs img,
#demo2 a:hover .imgs img,
.cases-content a:hover .imgs img {
  transform: scale(1.1);
}
#indemo a:hover .cont .font18,
.cases-content a:hover .cont .font18 {
  color: #2555ff;
}
#indemo a:hover .cont span {
  color: #2555ff;
  border: 1px solid #2555ff;
}
.foot_news .swiper-slide a:hover .line {
  background: #2d4ce9;
}
.foot_news .swiper-slide a:hover div,
.foot_top_lt ul .font14 a:hover,
.foot_top_lt ul p a:hover {
  color: #2d4ce9;
}
.banner .lt .font48 {
  transition: all 1s ease 0.3s;
  -webkit-transition: all 1s ease 0.3s;
  transform: translateY(-100px);
  -webkit-transform: translateY(-100px);
  opacity: 0;
}
.banner .lt .font24 {
  transition: all 1s;
  -webkit-transition: all 1s;
  transform: translateY(-100px);
  -webkit-transform: translateY(-100px);
  opacity: 0;
}
.union-input {
  transition: all 1s ease 0.5s;
  -webkit-transition: all 1s ease 0.5s;
  transform: translateY(100px);
  -webkit-transform: translateY(100px);
  opacity: 0;
}
.banner .swiper-slide-active .lt .font48,
.banner .swiper-slide-active .lt .font24,
.swiper-slide-active .union-input {
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  opacity: 1;
}
.wite {
  position: relative;
}
.wite::after {
  content: '';
  width: 300px;
  height: calc(100% - 50px);
  height: -webkit-calc(100% - 50px);
  background-image: linear-gradient(
    to right,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 1)
  );
  position: absolute;
  top: 0;
  right: 0;
  z-index: 4;
}
.wite::before {
  content: '';
  width: 300px;
  height: calc(100% - 50px);
  height: -webkit-calc(100% - 50px);
  background-image: linear-gradient(
    to left,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 1)
  );
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
}
.index_three_2 {
  position: relative;
}
.index_three_2 .lt {
  width: 450px;
  height: 450px;
  position: relative;
}
.mans {
  height: 450px;
}
.mans .man {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
}
.index_three_2 .cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  position: relative;
}
.lpt {
  position: absolute;
  top: 0;
  z-index: 3;
  left: 0;
}
.rotation {
  position: absolute;
  top: 0;
  z-index: 1;
  left: 0;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.index_three_2 .rt {
  width: calc(100% - 487px);
  width: -webkit-calc(100% - 487px);
  /* position:relative;
    */
  padding-left: 90px;
}
.index_three_2_l .font30 {
  color: #000000;
}
.index_three_2_l li {
  color: #333;
  line-height: 2;
  margin-top: 20px;
  padding-left: 25px;
  position: relative;
}
.index_three_2_l li::after {
  width: 7px;
  height: 7px;
  background-color: #dcdcdc;
  content: '';
  border-radius: 50%;
  margin-top: -3.5px;
  top: 50%;
  left: 0;
  position: absolute;
}
.index_three_2_l {
  display: none;
  background-color: #fff;
}
.index_three_2 .lt li {
  position: absolute;
  z-index: 7;
  cursor: pointer;
}
.imgs1 {
  top: 77px;
  left: 50px;
}
.imgs2 {
  right: 57px;
  top: 110px;
}
.imgs3 {
  top: 358px;
  left: 137px;
}
.rotation.cur2 {
  transform: rotate(112deg);
}
.rotation.cur3 {
  transform: rotate(250deg);
}
.g2 {
  display: none;
}
.index_three_2 .lt li.active .g2 {
  display: block;
}
.index_three_2 .lt li.active .g1 {
  display: none;
}
.bgse {
  position: absolute;
  top: 0;
  left: 0;
  width: 553px;
  height: 535px;
}
.index_three_2 .Box1200 {
  padding-bottom: 60px;
}
.index_three_2 .rt img {
  position: absolute;
  right: 0;
  bottom: 20px;
}
.index_three_2 .rt ul {
  position: relative;
  z-index: 19;
}
/* .index_three_2 .cont {
    display:block;
}
*/
.bannerAll {
  min-height: 500px;
  display: flex;
  align-items: center;
}
.bannerAll .cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 110px 0;
}
.bannerAll .lt .font36 {
  color: #000000;
  font-weight: bold;
  margin-bottom: 15px;
  font-family: 'PingFangTC';
}
.bannerAll .lt p {
  color: #333;
  margin: 20px 0 50px;
  line-height: 2;
}
.stvy {
  color: #2555ff;
  padding: 10px 40px;
  border: 1px solid #2555ff;
  border-radius: 50px;
}
.solution li .imgs img {
  max-width: 70%;
  max-height: 70%;
}
.stvy:last-child {
  margin-left: 18px;
}
.stvy:first-of-type {
  margin-left: 0;
}
.bannerAll .rt img {
  width: 490px;
}
.popUp {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 8888888888;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}
.popUp video {
  position: absolute;
  width: 80%;
  top: 50%;
  left: 10%;
  max-height: 80vh;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.clear_pop {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.clear_pop span {
  width: 30px;
  height: 2px;
  background-color: #fff;
  display: block;
  position: absolute;
}
.clear_pop:hover span {
  background-color: #23527c;
}
.clear_pop span:nth-child(1) {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 12px;
}
.clear_pop span:nth-child(2) {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 12px;
}
.titleBold {
  color: #000000;
  font-weight: bold;
  margin-bottom: 2.1875rem;
  text-align: center;
}
.solution ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 60px;
  justify-content: space-around;
}
.solution li {
  text-align: center;
  cursor: pointer;
}
.solution li:hover .imgs img {
  animation: tada 1.8s;
  -webkit-animation: tada 1.8s;
}
.solution li:hover .font22 {
  color: #073bf3;
}
.solutionOne_cont,
.solution_two {
  position: relative;
  z-index: 19;
}
.solution li .imgs {
  width: 145px;
  height: 145px;
  background-color: #ffffff;
  box-shadow: 8px 8px 18px 0px rgba(141, 150, 181, 0.23);
  text-align: center;
  line-height: 145px;
  border-radius: 50%;
  margin: 0 auto;
  display: block;
}
.solution li .font22 {
  font-weight: bold;
  margin: 35px auto 10px;
}
.solution li p {
  color: #333333;
  line-height: 1.8;
}
.solution .solutionLi li p {
  text-align: left;
  text-align: justify;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.icoRt {
  padding: 59px 20px 0;
  justify-content: space-around;
}
.solutionOne_cont {
  background-color: #f3f5fa;
}
.solutionOne_cont .cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.solutionOne_cont .cont .lt,
.solutionOne_cont .cont .rt {
  width: 50%;
  position: relative;
  z-index: 11;
}
.solutionOne_cont .cont img {
  border-radius: 16px;
}
.solutionOne_cont .cont .rt .font30 {
  color: #000000;
  margin-bottom: 20px;
  font-weight: bold;
}
.solutionOne_cont .cont li {
  position: relative;
  margin-bottom: 10px;
  color: #333333;
  line-height: 1.6;
}
.solutionOne_cont .cont li::after {
  content: '';
  width: 7px;
  height: 7px;
  background-color: #dcdcdc;
  border-radius: 5px;
  position: absolute;
  top: 11px;
  left: -20px;
}
.solutionOne_cont .cont .rt {
  padding-left: 60px;
}
.solutionOne_cont .cont ul {
  margin-bottom: 35px;
}
.solution {
  position: relative;
  z-index: 8;
}
.bg2 {
  position: absolute;
  right: 0;
  top: 60%;
  width: 810px;
  height: 869px;
  max-height: 869px;
}
.solutionOne_cont2 {
  background-color: #fff;
}
.solutionOne_cont2 .cont {
  flex-direction: row-reverse;
}
.solutionOne_cont2 .cont .rt {
  padding-left: 0;
  padding-right: 50px;
}
.solutionOne_cont2 .cont .lt {
  text-align: right;
}
.solutionOne_cont .lt img {
  box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.1);
}
.solutionOne_cont .Box1200,
.solution_two .Box1200 {
  overflow: inherit;
  overflow: initial;
}
.solutionOne_cont,
.solution_two {
  overflow: hidden;
}
.solution_two ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.solution_two ul li {
  margin-right: 44px;
  cursor: pointer;
  background-color: #ffffff;
  border-radius: 8px;
  padding: 40px 23px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.1);
  width: 370px;
  color: #333333;
  cursor: pointer;
}
.solution_two ul li:last-child {
  margin-right: 0;
}
.solution_two ul li .imgs {
  margin-right: 45px;
}
.solution_two ul li .font22 {
  margin-bottom: 8px;
  font-weight: bold;
}
.solution_three {
  background-color: #f3f5fa;
}
.solution_three .cont {
  background-color: #ffffff;
  box-shadow: 4px 4px 38px 0px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  padding: 26px 30px;
}
.solution_three .cont .imgs {
  /*height:50px;
    line-height:50px;
    */
  margin: 0px auto 25px;
}
.solution_three .cont p a {
  display: block;
  color: #333333;
  line-height: 1.5;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 72px;
}
.solution_three .cont hr {
  height: 1px;
  background-color: #e5e5e5;
  margin: 57px 0 20px;
}
.solution_three .cont .asc a {
  color: #999999;
  border-radius: 20px;
  border: solid 1px #dcdcdc;
  padding: 1px 12px;
  margin-right: 10px;
}
.solution_three .cont .asc a.active {
  background-color: #27c73b;
  color: #fff;
  border: solid 1px #27c73b;
}
.stvy:hover {
  background-color: #2555ff;
  color: #fff;
}
.solutionOne_cont2 .cont li,
.solutionOne_cont3 .cont li {
  margin-bottom: 1.5rem;
}
.solution_three .swiper-pagination {
  position: relative;
  bottom: 0;
  margin-top: 13px;
  display: none;
}
.swiper-pagination-bullet-active {
  background-color: #2555ff;
}
.solution_three .swiper-slide .cont:hover .imgs img {
  animation: tada 1.6s ease-out 0s;
  -webkit-animation: tada 1.6s ease-out 0s;
}
.solution_three .cont:hover p a {
  color: #2555ff;
}
.bg3 {
  position: relative;
}
.bg3::after {
  content: '';
  width: 400px;
  height: 825px;
  background: url(../images/b15_02.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: -40px;
  left: 0;
  z-index: 9;
}
.solutionOneAll .solutionOne_cont .lt img {
  box-shadow: none;
}
.solutionOneAll .solutionOne_cont1 .cont li {
  margin-bottom: 1.5rem;
}
.solution .solutionLi {
  justify-content: space-between;
  padding: 20px 0;
}
.solution .solutionLi li {
  background-color: #ffffff;
  border-radius: 8px;
  /* box-shadow:5px 0px 20px 10px rgba(9,9,9,0.1);
    */
  box-shadow: 0 5px 30px 0 rgba(239, 239, 239, 0.75);
  padding: 40px 38px;
  margin-left: 26px;
}
.solution .solutionLi li:first-child {
  margin-left: 0;
}
.solution .solutionLi li .imgs {
  background: none;
  box-shadow: none;
  width: 100%;
  height: 86px;
  line-height: 86px;
}
.solution .solutionLi li:hover {
  box-shadow: 0 5px 30px 0 rgb(211 209 209 / 90%);
}
.solution_two.solution_two_c ul {
  flex-wrap: wrap;
  margin-top: 36px;
}
.solution_two.solution_two_c ul li {
  width: 48.5%;
  margin-left: 3%;
  margin-right: 0;
  margin-bottom: 30px;
  background-color: #f3f5fa;
  border-radius: 12px;
  border: solid 1px #e5e5e5;
  box-shadow: none;
  padding: 21px 40px;
}
.solution_two.solution_two_c ul li:nth-child(2n + 1) {
  margin-left: 0;
}
.solution_two.solution_two_c ul li .font20 {
  font-weight: bold;
  color: #000;
}
.solution_two.solution_two_c ul li .imgs {
  margin-right: 23px;
}
.down {
  text-align: center;
  padding: 45px 20px;
  border-radius: 12px;
  margin-top: 60px;
}
.down .font30 {
  color: #333333;
  margin-bottom: 24px;
}
.down a {
  background-color: #2d4ce9;
  border-radius: 23px;
  color: #ffffff;
  padding: 10px 42px;
  border: 1px solid #2d4ce9;
}
.down a:hover {
  color: #2d4ce9;
  background-color: #fff;
}
.solution_two.solution_two_c ul li:hover {
  box-shadow: 0 5px 30px 0 rgb(211 209 209 / 90%);
}
.nav_down {
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  z-index: 888;
}
.nav_down .kind {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.kind-title {
  width: 160px;
  background-color: #2555ff;
  color: #ffffff;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.kind-content {
  width: 1040px;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.kind-content-list {
  width: 25%;
  position: relative;
  z-index: 4;
}
.kind-content-list a {
  display: block;
  padding: 35px 25px;
  display: flex;
  flex-direction: column;
  text-align: justify;
}
.kind-content-list a .font16 {
  color: #000000;
  font-weight: bold;
}
.kind-content-list a .font14 {
  color: #999999;
  line-height: 1.5;
  margin: 10px 0 12px;
}
.kind-content-list a .imgs {
  display: flex;
}
.kind-content-list a .imgs .img {
  width: 100px;
  height: 40px;
  /*background-color:#ffffff;
    */
  border-radius: 4px;
  border: solid 1px #eeeeee;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.kind-content-list a .imgs .img:first-child {
  margin-right: 10px;
}
.kind-content-list a:hover {
  background-color: #eeeeee80;
}
.nav_down_cont {
  position: relative;
}
.nav_down_cont::after {
  content: '';
  background: url(../images/d7_03.jpg) no-repeat center;
  background-size: cover;
  width: calc(100% - 160px);
  width: -webkit-calc(100% - 160px);
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.headerBg {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  top: 100px;
  left: 0;
  z-index: 2;
  display: none;
}
.headerBg.active {
  display: block;
}
.nav_down {
  max-height: calc(100vh - 120px);
  max-height: -webkit-calc(100vh - 120px);
  overflow-y: auto;
  display: none;
}
.nav_down::-webkit-scrollbar {
  width: 5px;
}
.nav_down::-webkit-scrollbar-track {
  background: #2555ff33;
  border-radius: 10px;
  opacity: 0.3;
}
.nav_down::-webkit-scrollbar-thumb {
  background: #2d4ce9;
  border-radius: 10px;
}
nav ul li .nav_top span {
  display: none;
  position: absolute;
  width: 50px;
  height: 60px;
  top: 0;
  right: 0;
  text-align: right;
}
nav ul li .nav_top {
  position: relative;
}
nav ul li .nav_top.active span img {
  transform: rotate(180deg);
}
.options_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 45px;
  align-items: center;
}
.options_list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 110px);
  width: -webkit-calc(100% - 110px);
}
.options_list div {
  width: 110px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #e3e9fb;
  border-radius: 20px;
  color: #333333;
  font-weight: bold;
  margin-right: 30px;
}
.options_list div.active {
  background: none;
}
.options_list li {
  color: #333333;
  cursor: pointer;
  padding: 9px 20px;
  border-radius: 30px;
  margin-right: 30px;
}
.options_list li.active {
  background-color: #e3e9fb;
}
.options {
  margin-bottom: 60px;
}
.all {
  text-align: center;
}
.all a {
  color: #000000;
}
.all a img {
  margin-left: 6px;
}
.case_details {
  padding-top: 50px;
  position: relative;
}
.case_details .cont {
  display: flex;
}
.case_details .cont .lt {
  width: 50%;
  padding-right: 50px;
  position: relative;
  z-index: 8;
}
.case_details .cont .rt {
  width: 50%;
  padding-left: 20px;
  position: relative;
  z-index: 9;
}
.case_details .lis span {
  display: inline-block;
  color: #000000;
  background-color: #d9e3f3;
  border-radius: 6px;
  padding: 5px 10px;
  margin-right: 10px;
}
.case_details .lis span.active {
  background-color: #37de4c;
  color: #fff;
}
.case_details .lis {
  margin-bottom: 25px;
}
.case_details .font30 {
  color: #333333;
  margin-bottom: 14px;
}
.case_details p {
  color: #666;
  line-height: 1.5;
  margin-bottom: 65px;
}
.case_details ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.case_details ul li {
  text-align: center;
}
.case_details ul li .font36 {
  font-weight: bold;
  margin-bottom: 7px;
}
.case_details::after {
  content: '';
  width: 100%;
  height: calc(100% - 180px);
  height: -webkit-calc(100% - 180px);
  background-color: #edf4ff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.case_details li p {
  margin-bottom: 0;
}
.case_details_s_c {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.case_details_s_c_lt {
  width: calc(100% - 300px);
  width: -webkit-calc(100% - 300px);
  padding-right: 6%;
}
.case_details_s_c {
  margin-top: 80px;
}
.case_details_s_c_lt .font24 {
  color: #000000;
  font-weight: bold;
  padding-bottom: 15px;
  margin-bottom: 22px;
}
.case_details_s_c_lt .font24.xian {
  border-bottom: 1px solid #e5e5e5;
}
.case_details_s_c_lt p {
  color: #333333;
  line-height: 1.5;
  margin-bottom: 19px;
}
.case_details_s_c_lt .cont {
  padding: 30px 40px;
  border-radius: 8px;
  margin-bottom: 30px;
}
.case_details_s_c_lt .cont1 {
  background-color: #eff8f9;
}
.case_details_s_c_lt .cont2 {
  background-color: #f2f6fb;
}
.case_details_s_c_lt .cont3 {
  background-color: #fbf7f2;
}
.case_details_s_c_lt .cont .ti1 {
  color: #333333;
}
.case_details_s_c_lt .cont .ti2 {
  color: #333333;
  font-weight: bold;
  margin: 8px 0;
}
.case_details_s_c_lt .cont p {
  color: #666;
}
.case_details_s_c_lt .cont a {
  color: #418289;
  border-radius: 16px;
  border: solid 1px #3e7b8299;
  display: inline-block;
  padding: 3px 17px;
  margin-right: 10px;
  margin-top: 15px;
}
.case_details_s_c_lt .cont2 a {
  color: #437fcb;
  border: solid 1px #437fcb99;
}
.case_details_s_c_lt .cont3 a {
  color: #cb9043;
  border: solid 1px #cb904399;
}
.case_details_s_c_lt .dynamicContent p {
  color: #666666;
  line-height: 1.9;
}
.case_details_s_c_lt .dynamicContent .font24 {
  text-align: center;
  color: #333;
  margin-top: 36px;
  padding-bottom: 0;
}
.case_details_s_c_rt {
  width: 300px;
  padding-top: 47px;
}
.case_details_s_c_rt_c {
  margin-top: 20px;
  border: solid 1px #e5e5e5;
  border-radius: 8px;
  padding: 20px 28px;
}
.case_details_s_c_rt_c .sde {
}
.case_details_s_c_rt_c .font18 {
  color: #000;
  margin-bottom: 14px;
}
.case_details_s_c_rt_c .sde li {
  padding: 14px 0;
  border-bottom: 1px solid #e5e5e5;
}
.case_details_s_c_rt_c .sde li:last-child {
  border-bottom: 0;
}
.case_details_s_c_rt_c .sde li a {
  color: #666666;
}
.case_details_s_c_rt_c .sde .alla {
  color: #2555ff;
  display: inline-block;
  margin-top: 12px;
  position: relative;
}
.case_details_s_c_rt_c .sde .alla img {
  margin-left: 5px;
}
.side-bar .item {
  padding-top: 5px;
  position: relative;
  justify-content: center;
  align-items: center;
  height: 84px;
  text-align: center;
  cursor: pointer;
  transform: scale(0.9);
}
.side-bar {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 999;
  width: 78px;
  transform: translateY(-50%);
  background-color: #fff;
  box-shadow: 0 4px 8px 0 rgb(117 130 150 / 20%);
  border-radius: 4px;
}
.side-bar .item {
  display: flex;
  flex-direction: column;
}
.side-bar .item .link {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 17px;
}
.side-bar .item .tooltip {
  position: absolute;
  right: 80px;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 15%);
  opacity: 0;
  transform: translateX(-32px);
  pointer-events: none;
  cursor: auto;
  transition: opacity 0.35s ease, transform 0.35s ease;
  transition-delay: 0.35s;
}
.side-bar .item .tooltip-consult {
  top: 8px;
  width: 240px;
  height: 65px;
  padding: 10px 4px 0 78px;
  font-size: 13px;
  line-height: 16px;
  text-align: left;
  cursor: pointer;
  transition-delay: 0s;
}
.side-bar .item .tooltip-active {
  opacity: 1;
  transform: translateX(-16px);
  pointer-events: auto;
}
.side-bar .item .tooltip-consult .tooltip-close {
  position: absolute;
  right: 8px;
  top: 4px;
  font-size: 18px;
  font-weight: 600;
  line-height: 14px;
  color: #9798a8;
}
.side-bar .item .tooltip-arrow {
  position: absolute;
  top: 50%;
  left: 100%;
  width: 30px;
  height: 40px;
  transform: translate(-1px, -86%);
  overflow: hidden;
}
.side-bar .item .tooltip-consult .tooltip-arrow {
  top: 72%;
}
.side-bar .item .tooltip-arrow:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 16px;
  border-bottom-right-radius: 2px;
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
}
.side-bar .item .tooltip-consult .avatar-shadow {
  position: absolute;
  left: 8px;
  top: 4px;
  width: 59px;
  height: 59px;
  background-color: rgba(30, 87, 249, 0.3);
  transform: scale(0.8);
  border-radius: 50%;
  animation: avatar-shadow-twinkle-50626ec4 1s ease-in-out infinite alternate;
}
.side-bar .item .tooltip-consult .avatar {
  position: absolute;
  left: 8px;
  top: 4px;
  width: 59px;
  height: 59px;
  margin-top: 4px;
  background: url(../images/a10_17.png) 50% no-repeat;
  background-size: contain;
  border-radius: 50%;
}
.side-bar .item:not(:first-child) {
  border-top: 1px solid #dfe2eb;
}
.side-bar .item .tooltip-consult .consult-desc {
  padding-top: 4px;
}
.side-bar .item .tooltip-consult .consult-desc .title {
  font-size: 15px;
  color: #2b313f;
}
.side-bar .item .tooltip-consult .consult-desc .subtitle {
  display: inline-block;
  padding-top: 5px;
  font-size: 13px;
  color: #758296;
}
.side-bar .item .title {
  font-size: 14px;
  color: #2b313f;
  margin-bottom: 0;
  margin-top: 7px;
}
.side-bar .item .link img {
  margin-bottom: 4px;
}
.index_three_2 .lt::after {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: 20px 26px 50px 10px rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.04);
  position: absolute;
  top: 0;
  left: 0;
}
.bannerAll.bazaar .lt p {
  margin-bottom: 30px;
  margin-top: 0;
  color: #000;
  font-weight: bold;
}
.bannerAll.bazaar .lt div.font18 {
  margin-bottom: 50px;
}
.bazaar .stvy:last-child {
  margin-left: 0;
}
.bazaarList .tabList .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.bazaarList .tabList .list .font16 {
  color: #999999;
  width: 80px;
  text-align-last: justify;
}
.bazaarList .tabList .list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.bazaarList .tabList .list ul li {
  color: #000000;
  font-size: 16px;
  padding: 6px 20px;
}
.bazaarList .tabList .list ul li.active,
.bazaarList .tabList .list ul li:hover {
  color: #2555ff;
  background-color: #ebf0fc;
  border-radius: 5px;
}
.bazaarList_cont ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.bazaarList_cont ul li {
  width: calc(33.333% - 30px);
  width: -webkit-calc(33.333% - 30px);
  margin-bottom: 30px;
}
.bazaarList_cont ul li a {
  display: block;
  background-color: #ffffff;
  box-shadow: 3px -4px 38px 0px rgba(0, 0, 0, 0.07);
  border-radius: 8px;
  border: solid 1px #e5e5e5;
  overflow: hidden;
}
.bazaarList_cont ul li a .imgs {
  overflow: hidden;
}
.bazaarList_cont ul li a .imgs div {
  transition: all 0.7s;
  overflow: hidden;
}
.bazaarList_cont ul li a .imgs img {
  opacity: 0;
}
.bazaarList_cont ul li a .cont {
  padding: 15px 30px 40px;
}
.bazaarList_cont ul li a .cont span.font16 {
  width: 70px;
  height: 35px;
  background-color: #eeeff1;
  border-radius: 5px;
  color: #000;
  display: block;
  text-align: center;
  line-height: 35px;
}
.bazaarList_cont ul li a .cont .font20 {
  color: #000000;
  line-height: 1.5;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 60px;
  margin: 12px 0 20px;
}
.bazaarList_cont ul li a .cont .font16 img {
  margin-right: 10px;
  margin-left: 0;
}
.bazaarList_cont ul li a .cont .font16 {
  color: #666666;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.bazaarList_dy {
  margin-top: 60px;
  text-align: center;
  color: #fff;
}
.bazaarList_dy .font30 {
  font-weight: bold;
  margin-bottom: 18px;
}
.bazaarList_dy p {
  line-height: 1.5;
}
.bazaarList_dy a {
  margin-top: 25px;
  width: 140px;
  border-radius: 23px;
  background: rgba(255, 255, 255, 0.2);
  line-height: 45px;
  text-align: center;
  color: #fff;
}
.bazaarList_news li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 33px 0;
  border-bottom: 1px solid #eee;
}
.bazaarList_news li:last-child {
  border-bottom: none;
}
.bazaarList_news li span {
  color: #999999;
  width: 120px;
}
.bazaarList_news li .font18 {
  color: #000000;
  /* font-weight: bold;
    */
  width: calc(100% - 210px);
  width: -webkit-calc(100% - 210px);
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bazaarList_news li a {
  color: #2555ff;
  width: 90px;
}
.addsbtn {
  width: 140px;
  height: 45px;
  background-color: #f1f1f1;
  border-radius: 23px;
  color: #999999;
  font-size: 14px;
  line-height: 45px;
  margin-top: 16px;
}
.addsbtn:hover {
  background-color: #2555ff;
  color: #fff;
}
.bazaarList_news {
  padding-bottom: 0;
}
.bazaarList_cont ul li a:hover .imgs div {
  transform: scale(1.02);
}
.bazaarList_cont ul li a:hover .cont .font20 {
  color: #2555ff;
}
.bazaarList_dy a:hover {
  background: #2555ff;
}
.bazaarList {
  position: relative;
}
.bazaarList::after {
  content: '';
  width: 100%;
  height: 100%;
  background: url(../images/fb1_02.png) no-repeat left top 20%;
  position: absolute;
  top: 0;
  left: 0;
}
.bazaarList .Box1200 {
  position: relative;
  z-index: 8;
}
.bazaarList::before {
  content: '';
  width: 100%;
  height: 100%;
  background: url(../images/fb2_06.png) no-repeat right top 50%;
  position: absolute;
  top: 0;
  left: 0;
}
.about_tab {
  border-bottom: 1px solid #eee;
  margin-bottom: 60px;
}
.about_tab ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
}
.about_tab ul li {
  margin: 0 20px;
}
.about_tab ul a {
  color: #999999;
  padding: 22px 0;
}
.about_tab ul a.active,
.about_tab ul a:hover {
  border-bottom: 2px solid #1a67ff;
  font-weight: bold;
}
.about_cont_list .Box1200 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about_cont_list:nth-child(2n) .Box1200 {
  flex-direction: row-reverse;
}
.about_cont_list .lt {
  width: 50%;
}
.about_cont_list .rt {
  width: 50%;
}
.about_cont_list .rt .font30 {
  color: #000000;
  font-weight: bold;
  margin-bottom: 10px;
}
.about_cont_list .rt .font18 {
  color: #666666;
  line-height: 2;
  max-width: 500px;
}
.about_cont_list {
  padding: 55px 0;
  overflow: hidden;
}
.about_cont_list:nth-child(2n) {
  background-color: #f3f5fa;
}
.contactUs ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around;
  margin-bottom: 80px;
}
.contactUs ul li {
  text-align: center;
}
.contactUs ul li .imgs {
  height: 46px;
  margin-bottom: 45px;
}
.contactUs ul li .font24 {
  color: #333333;
  margin-bottom: 15px;
}
.contactUs ul li .font16 {
  color: #333333;
  margin-bottom: 30px;
}
.contactUs ul li .font18 {
  color: #333333;
  font-weight: bold;
}
.contactUs ul li .font18 a {
  color: #333;
  text-decoration: revert;
}
.map {
  background-color: #f7faff;
}
.map .font30 {
  color: #000000;
  font-weight: bold;
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}
.map .Box1500 {
  position: relative;
}
.map li {
  position: absolute;
  color: #2555ffa6;
  z-index: 2;
  font-size: 16px;
}

.city {
  display: none;
}
.workCity .top {
  height: 158px;
  margin-bottom: 9px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.workCity .top .address {
  /* width: 394px; */
  width: 33%;
  height: 158px;
  background-color: #fff;
  padding: 38px 60px 50px 50px;
}

.workCity .top p {
  margin-bottom: 10px;
  color: #313b47;
  font-family: OPPOSans;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 100% */
}

.workCity .top span {
  color: #8291a3;
  font-family: OPPOSans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.workCity .bottom {
  background-color: #fff;
  width: 100%;
  height: 616px;
  display: flex;
  flex-wrap: wrap;
}
.workCity .bottom .address2 {
  width: 25%;
  height: 154px;
  padding: 38px 34px 23px 50px;
  flex-shrink: 0;
}
.workCity .bottom .address2 p {
  margin-bottom: 10px;
  color: #313b47;
  font-family: OPPOSans;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 100% */
}

.workCity .bottom .address2 span {
  color: #8291a3;
  font-family: OPPOSans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.map .xiAn {
  top: 169px;
  right: 737px;
}
.map .chengdu {
  top: 331px;
  right: 764px;
}
.map .zhengzhou {
  top: 187px;
  right: 600px;
}
.map .tianjing {
  top: 128px;
  right: 488px;
}
.map .jinan {
  top: 163px;
  right: 428px;
}
.map .dalian {
  top: 117px;
  right: 298px;
}
.map .qingdao {
  top: 184px;
  right: 341px;
}
.map .nanjing {
  top: 245px;
  right: 392px;
}
.map .hefei {
  top: 278px;
  right: 493px;
}
.map .wuhan {
  top: 312px;
  right: 521px;
}
.map .changsha {
  top: 368px;
  right: 512px;
}
.map .guangzhou {
  top: 426px;
  right: 469px;
}
.map .shenzheng {
  top: 447px;
  right: 423px;
}
.map .xiamen {
  top: 409px;
  right: 283px;
}
.map .suzhou {
  top: 254px;
  right: 292px;
}
.map .shanghai {
  top: 263px;
  right: 227px;
}
.beijing {
  top: 100px;
  right: 476px;
}
.lida .img2 {
  position: absolute;
  top: -18px;
  left: 59px;
}
.lida .wz {
  position: absolute;
  top: -16px;
  left: 94px;
  color: #000000;
  font-weight: bold;
  font-weight: bold;
  width: 120px;
  font-size: 20px;
}
.map .hangzhou {
  top: 319px;
  right: 221px;
}
.lida.hangzhou .wz,
.lida.nanchang .wz {
  top: -6px;
}
.map .nancheng {
  top: 359px;
  right: 384px;
}
.minImg {
  animation: upDown 1s infinite linear;
  -webkit-animation: upDown 1s infinite linear;
}
@keyframes upDown {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-2px);
  }
  50% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(2px);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes upDown {
  0% {
    -webkit-transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(-2px);
  }
  50% {
    -webkit-transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(2px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
.lida .img2 {
  animation: upDown2 0.8s infinite linear;
  -webkit-animation: upDown2 0.8s infinite linear;
}
@keyframes upDown2 {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-6px);
  }
  50% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(6px);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes upDown2 {
  0% {
    -webkit-transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(-6px);
  }
  50% {
    -webkit-transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(6px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
.zoology .title p {
  color: #333333;
  line-height: 1.8;
  margin: 40px auto 60px;
  max-width: 1100px;
}
.zoology .imgss {
  box-shadow: 0px 14px 92px 0px rgba(60, 69, 82, 0.17);
  border-radius: 12px;
  margin-top: 45px;
  margin-bottom: 90px;
}
.lit ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
.lit ul li {
  width: 210px;
  position: relative;
  text-align: center;
  cursor: pointer;
}
.lit ul li .font20 {
  color: #000000;
  margin: 30px auto 20px;
}
.lit ul li p {
  color: #999999;
  line-height: 1.5;
}
.lit ul li img {
  box-shadow: 7px 4px 14px 2px rgb(0 0 0 / 6%);
  border-radius: 50%;
}
.lit ul li .imgs {
  position: relative;
  z-index: 4;
}
.lit ul li::after {
  content: '';
  width: 300px;
  height: 10px;
  background: url(../images/hz20_03.jpg) repeat-x;
  position: absolute;
  z-index: 2;
  top: 24%;
  margin-top: -8px;
  left: 60%;
}
.lit ul li:last-child::after {
  display: none;
}
.partners_cont {
  position: relative;
  padding-bottom: 175px;
  overflow: hidden;
}
.partners_cont .imgs {
  position: absolute;
}
.partners_cont .yuan {
  position: relative;
  left: 0px;
  width: 515px;
}
.partners_cont .img1 {
  left: -12px;
  top: 12px;
}
.partners_cont .img2 {
  left: -12px;
  top: 198px;
}
.partners_cont .img3 {
  left: 12px;
  bottom: 0;
}
.partners_cont .img4 {
  left: 50%;
  margin-left: -190px;
  bottom: 0;
}
.partners_cont .img5 {
  right: -12px;
  top: 14px;
}
.partners_cont .img6 {
  right: -12px;
  top: 214px;
}
.partners_cont .img7 {
  right: -12px;
  bottom: 0;
}
.partners_cont .img1,
.partners_cont .img2,
.partners_cont .img3 {
  width: 362px;
}
.partners_cont .img4 {
  width: 379px;
}
.partners_cont .img5,
.partners_cont .img6,
.partners_cont .img7 {
  width: 366px;
}
.bannerAll.contactBanner .cont {
  padding: 180px 0;
}
.canvas ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.canvas ul li {
  position: relative;
  text-align: center;
}
.minwidth {
  max-width: 1100px;
  margin: 0 auto;
}
.aboutOne p.font18 {
  color: #333;
  margin-bottom: 20px;
  line-height: 1.6;
  text-align: center;
}
.divs {
  margin-top: 70px;
}
.aboutOne .title .font16 {
  margin-top: 10px;
}
.canvas .font22 {
  color: #000000;
  position: absolute;
  width: 100%;
  bottom: 85px;
  left: 0;
}
.xians {
  text-align: center;
  font-size: 16px;
  position: relative;
  line-height: 1;
  top: -30px;
  display: none;
}
.xians span {
  display: inline-block;
  background-color: #fff;
  position: relative;
  z-index: 4;
  padding: 0 30px;
}
.xians::after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #e5e5e5;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
}
.fzjg ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.fzjg ul li {
  text-align: center;
}
.fzjg ul li .font48 {
  font-family: Arial;
  color: #37de4c;
}
.fzjg ul li .font48 span {
  font-weight: bold;
  color: #2d4ce9;
  font-family: Arial;
}
.fzjg .divs {
  margin-top: 0;
}
.aboutTwo {
  background-color: #f0f4fb;
}
.aboutTwo_four_top .font400 {
  color: #dfe8f1;
  text-align: center;
  font-size: 400px;
  font-family: Arial;
  line-height: 1;
}
.aboutTwo_four_top .swiper-slide {
  position: relative;
}
.aboutTwo_four_top .cont {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 740px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  box-shadow: 0px 17px 54px 0px rgba(0, 0, 0, 0.06);
}
.aboutTwo_four_top .cont .lt {
  width: 320px;
}
.aboutTwo_four_top .cont .rt {
  background-color: #fff;
  width: calc(100% - 320px);
  width: -webkit-calc(100% - 320px);
  padding: 50px 40px;
}
.aboutTwo_four_top .cont .rt div.font16 {
  color: #2d4ce9;
  margin-bottom: 14px;
}
.aboutTwo_four_top .cont .rt div.font16 span {
  font-weight: bold;
  margin-right: 8px;
}
.aboutTwo_four_top .cont .rt p {
  line-height: 1.5;
  color: #333;
}
.aboutTwo_four_top .Box1100 {
  position: relative;
}
.aboutTwo_four_top .swiperBtn {
  width: 50px;
  height: 50px;
  border: solid 1px #2d4ce9;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  opacity: 1;
}
.aboutTwo_four_top .swiperBtn img {
  height: 23px;
}
.aboutTwo_four_top .swiperBtn img:first-child {
  display: none;
}
.aboutTwo_four_top .swiperBtn:hover img:last-child {
  display: none;
}
.aboutTwo_four_top .swiperBtn:hover img:first-child {
  display: inline-block;
}
.aboutTwo_four_top .swiperBtn:hover {
  background: #2d4ce9;
}
.aboutTwo_four_bom .swiper-slide {
  text-align: center;
  position: relative;
  z-index: 6;
}
.aboutTwo_four_bom .swiper-slide .font30 {
  color: #333;
}
.dianyuan {
  width: 20px;
  height: 20px;
  background-color: #eef1f6;
  border: solid 1px #c9ced7;
  border-radius: 50%;
  margin: 10px auto;
  position: relative;
  z-index: 5;
}
.aboutTwo_four_bom {
  position: relative;
  margin-top: 20px;
}
.aboutTwo_four_bom::after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #d5dbe3;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: 8px;
}
.aboutTwo_four_bom .font24 {
  opacity: 0;
}
.aboutTwo_four_bom .swiper-slide-thumb-active .font24 {
  opacity: 1;
}
.aboutTwo_four_bom .swiper-slide-thumb-active .font18 {
  opacity: 0;
}
.aboutTwo_four_bom .swiper-slide-thumb-active .dianyuan::after {
  content: '';
  background-color: #2d4ce9;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.about_three .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 44px;
  justify-content: space-between;
  position: relative;
}
.about_three .list .list_l {
  width: -webkit-calc(20% - 20px);
  width: calc(20% - 20px);
  position: relative;
}
.about_three .list .list_l .hou {
  /* display:none;
    */
  position: absolute;
  background-color: #ffffff;
  border-radius: 8px;
  border: solid 1px #eeeeee;
  min-height: 514px;
  width: 290px;
  top: -70px;
  left: 50%;
  box-shadow: 0px 17px 54px 0px rgba(0, 0, 0, 0.06);
  z-index: 9;
  opacity: 0;
  transition: all 0.6s ease 0.3s;
  -webkit-transition: all 0.6s ease 0.3s;
  transform: translateX(-50%);
  margin-top: 40px;
}
.about_three .list .list_l .qian {
  height: 389px;
  background-color: #ffffff;
  border-radius: 8px;
  border: solid 1px #eeeeee;
  text-align: center;
  padding: 66px 24px;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  opacity: 1;
}
.about_three .list .list_l .qian .font22 {
  color: #333;
  font-weight: bold;
  margin: 48px auto 20px;
}
.about_three .list .list_l .qian p {
  color: #333333;
  line-height: 1.8;
  text-align: center;
}
.about_three .list .list_l .hou .font18 {
  color: #333333;
  font-weight: bold;
  padding: 10px;
  text-align: center;
}
.about_three .list .list_l .hou li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #eee;
  padding: 10px 0 10px;
}
.about_three .list .list_l .hou li .fonBlod {
  width: 70px;
  text-align: center;
  font-weight: bold;
}
.about_three .list .list_l .hou li .cont {
  width: calc(100% - 95px);
  width: -weblit-calc(100% - 95px);
}
.about_three .list .list_l .hou li .cont p {
  color: #999999;
}
.zoology2 .title p {
  margin: 10px auto;
}
.aboutTwo_three {
  background: url(../images/y11_02.png) no-repeat;
  background-size: cover;
}
.aboutTwo_three .title .font16 {
  margin-top: 10px;
}
.about_four .cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #ffffff;
  border-radius: 13px;
  overflow: hidden;
  box-shadow: 0px 17px 54px 0px rgba(0, 0, 0, 0.06);
  align-items: center;
}
.about_four .cont .rt {
  padding: 60px 40px 70px 0;
  width: 50%;
}
.about_four .cont .lt {
  width: 50%;
  text-align: center;
  padding: 20px;
}
.cy {
  /* overflow-y:auto;
    */
  height: 230px;
  padding-left: 50px;
  /* direction:rtl;
    text-align:left;
    */
}
.about_four .cont .rt .font22 {
  color: #000000;
  margin-bottom: 20px;
}
.about_four .cont .rt p {
  color: #000000;
  line-height: 2;
}
.cy::-webkit-scrollbar {
  /*æ»šåŠ¨æ¡æ•´ä½“æ ·å¼*/
  width: 4px;
  /*é«˜å®½åˆ†åˆ«å¯¹åº”æ¨ªç«–æ»šåŠ¨æ¡çš„å°ºå¯¸*/
  height: 1px;
}
.cy::-webkit-scrollbar-thumb {
  /*æ»šåŠ¨æ¡é‡Œé¢å°æ–¹å—*/
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(97, 184, 179, 0.1);
  background: #2d4ce9;
}
.cy::-webkit-scrollbar-track {
  /*æ»šåŠ¨æ¡é‡Œé¢è½¨é“*/
  box-shadow: inset 0 0 5px rgba(87, 175, 187, 0.1);
  border-radius: 10px;
  background: #ededed;
}
.about_liu {
  padding-bottom: 70px;
}
.about_liu .swiper-slide .imgs {
  background-color: #ffffff;
  border-radius: 8px;
  text-align: center;
  height: 210px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about_liu .swiper-slide img {
  max-width: 200px;
  max-height: 180px;
}
.about_liu .swiper-slide p {
  text-align: center;
  margin-top: 20px;
}
.about_liu .swiper-pagination {
  position: relative;
  bottom: 0;
}
.lit ul li .imgs {
  text-align: center;
}
.lit ul li .imgs .y1 {
  width: 94px;
  height: 94px;
  background-color: #f3f5fa;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
}
.lit ul li .imgs .y1 span {
  width: 60px;
  height: 60px;
  line-height: 60px;
  background-color: #ffffff;
  box-shadow: 13px 13px 43px 0px rgba(110, 134, 162, 0.22);
  display: block;
  border-radius: 50%;
  color: #2555ff;
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
}
.lit ul li:hover .imgs .y1 span {
  background-image: linear-gradient(-45deg, #2555ff 0%, #6b95ff 100%);
  color: #fff;
}
.about_four_rt {
  height: 100%;
  /* max-height:230px;
    overflow-y:auto;
    */
}
.about_four_rt .swiper-slide {
  padding: 16px 0 16px 20px;
  color: #000;
  font-size: 16px;
}
.about_four_rt .swiper-slide-thumb-active {
  font-size: 22px;
  font-weight: bold;
}
/* èµ„æºä¸­å¿ƒ */
.resource .cont {
  padding: 140px 0;
}
.resource .stvy:last-child {
  margin: 20px 0 0 0;
}
.resourceData {
  position: relative;
}
.resourceData::after {
  content: '';
  width: 100%;
  height: 100%;
  background: url(../images/fb2_06.png) no-repeat right top 50%;
  position: absolute;
  top: 0;
  left: 0;
}
.resourceData::before {
  content: '';
  width: 100%;
  height: 100%;
  background: url(../images/fb1_02.png) no-repeat left top 20%;
  position: absolute;
  top: 0;
  left: 0;
}
.resourceData_tab ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 50px;
}
.resourceData_one {
  position: relative;
  z-index: 3;
}
.resourceData_tab ul li {
  color: #333333;
  font-size: 16px;
}
.resourceData_tab ul li a {
  color: #333;
  padding: 8px 40px;
  border-radius: 30px;
}
.resourceData_tab ul li a:hover,
.resourceData_tab ul li a.active {
  background-color: #e3e9fb;
}
.resourceData_one_d .isc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /* justify-content: space-between; */
  flex-wrap: wrap;
}
.resourceData_one_d .isc li {
  width: calc(33.333% - 20px);
  width: -webkit-calc(33.333% - 20px);
  background-color: #ffffff;
  cursor: pointer;
  border-radius: 8px;
  border: solid 1px #e5e5e5;
  margin-bottom: 45px;
}
.resourceData_one_d .isc li:hover {
  box-shadow: 0px 22px 24px 0px rgba(62, 68, 94, 0.13);
}
.resourceData_one_d .isc li .imgs {
  overflow: hidden;
  position: relative;
}
.resourceData_one_d .isc li .imgs span {
  position: absolute;
  display: inline-block;
  padding: 2px 9px 2px 7px;
  color: #ffffff;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.2);
  right: 30px;
  bottom: 20px;
}
.resourceData_one_d .isc li .imgs img {
  opacity: 0;
}
.resourceData_one_d .isc li .cont {
  padding: 28px 20px 40px;
}
.resourceData_one_d .isc li .cont span {
  display: inline-block;
  color: #ffffff;
  padding: 2px 10px;
  border-radius: 20px;
  background-color: #2555ff;
}
.resourceData_one_d .isc li .cont p {
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #000000;
  margin-top: 20px;
}
.video_pop {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 999999999;
  left: 0;
  display: none;
}
.video_pop .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 2;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.video_pop .cont {
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  max-width: 80%;
  max-height: 80%;
  transform: translate(-50%, -50%);
}
.video_pop .cont video {
  width: 74vw;
  height: 74vh;
}
.resourceData_two_1 {
  position: relative;
  top: -100px;
}
.resourceData_two_1 .swiper-slide {
  background: url(../images/zx10_03.jpg) no-repeat right center;
  background-size: cover;
  padding: 7% 8%;
  border-radius: 8px;
}
.resourceData_two_1 .swiper-slide .font30 {
  color: #000000;
  margin-bottom: 10px;
  font-weight: bold;
}
.resourceData_two_1 .swiper-slide .font18 {
  color: #000000;
  line-height: 1.8;
  margin-bottom: 22px;
}
.resourceData_two_1 .swiper-slide .cont {
  max-width: 628px;
}
.resourceData_two_1 .swiper-slide .btn {
  border-radius: 23px;
  border: solid 2px #2555ff;
  padding: 10px 38px;
  border-radius: 40px;
  border: solid 2px #2555ff;
  background: rgba(0, 0, 0, 0);
  color: #2555ff;
  font-weight: bold;
}
.resourceData_two_1 .swiper-pagination {
  bottom: 40px;
}
.resourceData_two_1 .swiper-pagination-bullet {
  background: none;
  color: #000;
  font-size: 16px;
  margin: 0 10px !important;
  display: inline-block;
  height: 22px;
  position: relative;
  opacity: 1;
}
.resourceData_two_1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: #2555ff;
  position: relative;
}
.resourceData_two_1
  .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  content: '';
  width: 10px;
  height: 1px;
  background-color: #2555ff;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -5px;
}
.resourceData_two_1 .swiperBtn {
  width: 40px;
  height: 40px;
  border: solid 1px #2d4ce9;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  opacity: 1;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
}
.resourceData_two_1 .swiperBtn img:first-child {
  display: none;
}
.resourceData_two_1 .swiperBtn img {
  height: 20px;
}
.resourceData_two_1 .swiperBtn:hover {
  background-color: #2555ff;
}
.resourceData_two_1 .swiperBtn:hover img:first-child {
  display: inline-block;
}
.resourceData_two_1 .swiperBtn:hover img:last-child {
  display: none;
}
.resourceData_two_1 .swiper-button-prev {
  left: -60px;
}
.resourceData_two_1 .swiper-button-next {
  right: -60px;
}
.resourceData_two_1 .Box1200 {
  position: relative;
}
.resourceData_two_cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.resourceData_two_cont_lt {
  width: calc(100% - 300px);
  width: -webkit-calc(100% - 300px);
  padding-right: 5%;
}
.resourceData_two_cont_rt {
  width: 300px;
}
.resourceData_two_cont_lt p {
  color: #000000;
  line-height: 1.9;
  margin-bottom: 2em;
}
.resourceData_two_cont_lt .btn {
  height: 50px;
  background-color: #2555ff;
  border-radius: 8px;
  width: 100%;
  color: #ffffff;
  font-weight: bold;
}
.bq {
  background-image: linear-gradient(180deg, #f0f3f8 0%, #ffffff 100%);
  border-radius: 12px;
  border: solid 1px #e7eaf2;
  padding: 15px 20px;
}
.resourceData_two_cont_rt .tle {
  color: #2555ff;
}
.bq ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.resourceData_two {
  position: relative;
  z-index: 4;
}
.bq ul li {
  width: 104px;
  text-align: center;
  margin-right: 10px;
  margin-top: 10px;
}
.bq ul li a {
  display: block;
  height: 30px;
  line-height: 30px;
  background-color: #eeeeee;
  border-radius: 4px;
}
.rm {
  background-image: linear-gradient(180deg, #f0f3f8 0%, #ffffff 100%);
  border-radius: 12px;
  border: solid 1px #e7eaf2;
  padding: 20px;
  margin: 20px 0;
}
.rm li {
  border-bottom: 1px solid #eee;
}
.rm li:last-child {
  border-bottom: 0;
}
.rm li a {
  display: block;
  padding: 10px;
  line-height: 1.6;
  color: #666666;
}
.lyb {
  background-color: #e3edfe;
  border-radius: 12px;
  border: solid 1px #d9e6fd;
  padding: 20px 25px;
}
.lyb div.font14 {
  color: #666666;
  letter-spacing: -1px;
  margin: 10px 0 15px;
}
.lyb input {
  height: 35px;
  background-color: #ffffff;
  width: 100%;
  border: none;
  margin-bottom: 15px;
  padding: 0 14px;
}
.lyb textarea {
  background-color: #ffffff;
  width: 100%;
  border: none;
  margin-bottom: 15px;
  padding: 10px 14px;
}
.lyb .btn {
  background-color: #2555ff;
  border-radius: 15px;
  border: solid 1px #eeeeee;
  margin: 3px auto 4px;
  color: #fff;
  padding: 4px 25px;
  display: block;
}
.bps_pop {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999999999999;
  display: none;
}
.bps_pop .bg {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.5);
}
.bps_pop .cont {
  width: 500px;
  background-color: #ffffff;
  border-radius: 8px;
  padding: 46px 65px 70px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform: -webkit-translate(-50%, -50%);
  z-index: 5;
}
.bps_pop .cont .font24 {
  text-align: center;
  margin-bottom: 32px;
}
.bps_pop .cont .found {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  background-color: #e7eef7;
  margin-bottom: 20px;
}
.bps_pop .cont .found label {
  width: 100px;
  color: #333333;
  text-align: center;
  margin-bottom: 0;
}
.bps_pop .cont .found input {
  width: calc(100% - 100px);
  width: -webkit-calc(100% - 100px);
  height: 50px;
  padding: 0 20px;
  background: none;
  border: none;
  border-left: 1px solid #dbe2ed;
}
.bps_pop .cont .found1 input {
  width: calc(100% - 200px);
  width: -webkit-calc(100% - 200px);
}
.bps_pop .cont .found1 .btn {
  color: #2555ff;
  background: none;
}
.bps_pop .cont .submit {
  height: 50px;
  background-color: #2555ff;
  width: 100%;
  color: #ffffff;
  border: 1px solid #2555ff;
}
.bps_pop .clove {
  position: absolute;
  top: 4px;
  right: 18px;
  font-size: 36px;
  color: #dcdcdc;
}
.resourceData_three {
  position: relative;
  z-index: 6;
}
.resourceData_three .resourceData_tab {
  padding: 0 12%;
}
.resourceData_three_cont_news li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
  padding: 45px 0;
}
.resourceData_three_cont_news li:first-child a {
  padding-top: 0;
}
.resourceData_three_cont_news li a .imgs {
  width: 290px;
  overflow: hidden;
}
.resourceData_three_cont_news li a .cont {
  width: 520px;
}
.resourceData_three_cont_news li a .cont span {
  display: inline-block;
  color: #ffffff;
  padding: 5px 10px;
  background-color: #37de4c;
  border-radius: 5px;
  line-height: 1;
  margin-left: 12px;
}
.resourceData_three_cont_news li a .cont .font22 {
  color: #000000;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 10px 0;
}
.resourceData_three_cont_news li a .cont p {
  color: #666666;
  line-height: 1.5;
  margin-bottom: 36px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.resourceData_three_cont_news li a .cont div.font16 {
  color: #999999;
}
.resourceData_three_cont .pages {
  margin-top: 45px;
}
.resourceData_three_cont_news li a .imgs img {
  transition: all 1s;
  -webkit-transition: all 1s;
  width: 100%;
}
.resourceData_three_cont_news li a:hover .imgs img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.resourceData_three_cont_news li a:hover .cont .font22 {
  color: #2555ff;
}
.resourceData_four .title_s .font30 {
  color: #000000;
  margin-bottom: 15px;
}
.resourceData_four .title_s .font16 {
  color: #999999;
}
.resourceData_four .title_s .font16 span:first-child {
  margin-right: 18px;
}
.resourceData_four .title_s {
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
  margin-bottom: 2rem;
}
.resourceData_two_cont_lt .resourceData_four .cont p {
  color: #333;
  text-align: justify;
}
.resourceData_two_cont_lt .resourceData_four .cont p img {
  text-align: center;
  display: block;
}
.resourceData_wu {
  padding-top: 95px;
}
.resourceDataTab {
  background-color: #f7f7f7;
  padding: 20px 0 10px;
}
.resourceDataTab ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.resourceDataTab ul a {
  font-size: 14px;
  letter-spacing: -1px;
  color: #2555ff;
}
.resourceDataTab ul li {
  padding: 0 18px;
  margin-bottom: 10px;
  border-right: 1px solid #dcdcdc;
}
.resourceDataTab ul li:first-child {
  padding-left: 0;
}
.resourceDataTab ul li:last-child {
  border: none;
}
.resourceDataTab ul li:last-child {
  padding-right: 0;
}
.resourceDataTab ul li span {
  letter-spacing: -1px;
  color: #666666;
}
.resourceData_four .cont {
  border-bottom: 1px solid #eee;
  margin-bottom: 30px;
}
.next_prev li {
  padding: 8px 0;
}
.next_prev li a {
  color: #333333;
}
.next_prev li a:hover {
  color: #2555ff;
}
.resourceData_two_1 {
  overflow: hidden;
}
.resourceData_two_cont_lt .btn:hover,
.lyb .btn:hover {
  background-color: #2555ffb3;
}
.rm li a:hover {
  color: #2555ff;
}
.bq ul li a:hover,
.resourceData_two_1 .swiper-slide .btn:hover {
  background-color: #2555ff;
  color: #fff;
}
.bannerAll.product .cont {
  padding: 120px 0 150px;
}
.bannerAll.product .lt p {
  margin: 25px 0 40px;
}
.product1 ul.list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-top: 35px;
  margin-bottom: 65px;
}
.product1 ul.list li {
  background: url(../images/cp0_03.png) no-repeat center;
  background-size: cover;
  padding: 60px 30px;
  width: calc(20% - 10px);
  text-align: center;
  cursor: pointer;
}
.product1 .list li .imgs {
  height: 84px;
}
.product1 ul.list li p {
  color: #999999;
}
.product1 ul.list li .font20 {
  color: #000000;
  margin: 6px auto 15px;
}
.product1 .lit ul li::after {
  content: '';
  top: 0;
  margin-top: 45px;
}
/*.product2 {
    background-image:linear-gradient(0deg,#e6edf3 0%,#edf2f6 100%);
}
*/
.product2 {
  padding-bottom: 0;
}
.product1 .list li:hover .imgs img {
  animation: tada 1.6s ease-out 0s;
}
.product3 li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
}
.product3 li:first-child {
  margin-top: 0;
}
.product3 li .lt {
  width: 50%;
  padding: 0 6%;
}
.product3 li .rt {
  width: 50%;
  text-align: center;
}
.product3 li .lt .font24 {
  color: #000000;
  margin-bottom: 22px;
}
.product3 li .lt .clist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 25px;
  transition: all 1s;
  margin-bottom: 20px;
}
.product3 li .lt .clist .imgs {
  width: 35px;
}
.product3 li .lt .clist .imgs img:last-child {
  display: none;
}
.product3 li .lt .clist.active .imgs img:last-child {
  display: inline-block;
}
.product3 li .lt .clist.active .imgs img:first-child {
  display: none;
}
.product3 li .lt .clist .writ {
  width: calc(100% - 35px);
  width: -webkit-calc(100% - 35px);
}
.product3 li .lt .clist .writ .font18 {
  line-height: 1;
  color: #000000;
}
.product3 li .lt .clist .writ .font16 {
  color: #999999;
  margin-top: 15px;
  display: none;
}
.product3 li .lt .clist.active {
  padding: 25px;
  background-color: #fff;
  box-shadow: 9px 9px 43px 0px rgba(110, 134, 162, 0.17);
  border-radius: 8px;
}
.product3 li .lt .clist.active .writ .font16 {
  display: block;
}
.product3 li .lt a {
  color: #fff;
  background-color: #2555ff;
  border-radius: 23px;
  line-height: 1;
  padding: 15px 40px;
  margin-left: 25px;
}
.product3 li .lt a:hover {
  background-color: #2555ff73;
}
.product3 {
  overflow: hidden;
}
.product3 .title {
  margin-bottom: 60px;
}
.product3 {
  background: url(../images/cp23_26.png) no-repeat center;
  background-size: cover;
}
.product3 li:nth-child(2n) {
  flex-direction: row-reverse;
}
.product4 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.product4 ul li {
  background-color: #f1f4f9;
  border-radius: 12px;
  overflow: hidden;
  width: calc(25% - 15px);
  width: -webkit-calc(25% - 15px);
  cursor: pointer;
  padding: 40px;
}
.product4 ul li .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product4 ul li .top .imgs img:last-child {
  display: none;
}
.product4 ul li .bom {
  color: #333333;
  margin-top: 15px;
}
.product4 ul li .top .font48 {
  color: #333333;
  font-family: Arial;
  font-weight: bold;
}
.product4 ul li .top .imgs {
  position: relative;
}
.product4 ul li .top .imgs::after {
  content: '';
  width: 53px;
  height: 54px;
  background: url(../images/cp17_50.png) no-repeat center;
  background-size: cover;
  position: absolute;
  right: -14px;
  bottom: -19px;
}
.product4 ul li:hover {
  background: url(../images/cp02_20.png) no-repeat center;
  background-size: cover;
  box-shadow: 18px 18px 57px 0px rgba(41, 100, 199, 0.5);
}
.product4 ul li:hover .top .font48,
.product4 ul li:hover .bom {
  color: #fff;
}
.product4 ul li:hover .top .imgs img:last-child {
  display: block;
}
.product4 ul li:hover .top .imgs img:first-child {
  display: none;
}
.product4 ul li:hover .top .imgs::after {
  display: none;
}
.product5 {
  margin-top: 80px;
}
.product5 .title {
  margin-bottom: 35px;
}
.product5 .cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: url(../images/cp21_62.png) no-repeat center;
  background-size: cover;
  padding: 40px 77px 100px;
  border-radius: 12px;
  overflow: auto;
}
.product5 .cont .lt {
  width: 150px;
  height: 151px;
  background-color: #ffffff;
  text-align: center;
  line-height: 150px;
  border-radius: 50%;
}
.product5 .cont .rt {
  width: calc(100% - 150px);
  width: -webkit-calc(100% - 150px);
  padding-left: 30px;
  padding-top: 45px;
}
.product5 .cont .rt .font24 {
  color: #000;
  margin-bottom: 5px;
}
.product5 .cont .rt .font24 span {
  color: #333;
  font-weight: 200;
  margin-left: 10px;
}
.product5 .cont .rt div.font16 {
  color: #000;
  margin-bottom: 33px;
}
.product5 .cont .rt p {
  color: #333333;
  line-height: 1.5;
  margin: 6px 0;
  text-align: justify;
}
.sseq {
  background: url(../images/cp04_23.png) no-repeat center bottom;
  background-size: cover;
}
.product6 {
  padding: 10px 0 40px;
}
.product6 .swiper-container {
  padding: 30px;
  width: calc(100% + 60px);
  width: -webkit-calc(100% + 60px);
  margin-left: -30px;
}
.product6 .titleBold {
  margin-bottom: 0;
}
.file {
  background-color: rgb(231 238 249 / 57%);
}
.file .font24 {
  color: #000000;
  margin-bottom: 22px;
}
.ul_one {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.ul_one li {
  background-image: linear-gradient(
      -17deg,
      #3562ff 0%,
      #6b8dff 50%,
      #a1b7ff 100%
    ),
    linear-gradient(#eeeeee, #eeeeee);
  background-blend-mode: normal, normal;
  box-shadow: 9px 9px 18px 0px rgba(28, 67, 204, 0.2);
  border-radius: 12px;
  padding: 20px;
  color: #fff;
  width: calc(25% - 15px);
  width: -webkit-calc(25% - 15px);
}
.fileHtml .title {
  margin-bottom: 30px;
}
.file .cont .lt li {
  background-image: linear-gradient(
      -5deg,
      #d0deff 0%,
      #dee7ff 50%,
      #ebf0ff 100%
    ),
    linear-gradient(#eeeeee, #eeeeee);
  background-blend-mode: normal, normal;
  border-radius: 12px;
  padding: 20px 28px;
  color: #333333;
  margin-top: 20px;
}
.costOne {
  overflow: hidden;
}
.file .cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding-bottom: 0;
}
.file .cont .lt {
  width: 46%;
  padding-right: 5%;
}
.file .cont .rt {
  position: relative;
  width: 54%;
  overflow: hidden;
}
.file .cont .rt img {
  position: absolute;
  top: 0;
  left: 0;
}
.file .cont .rt .img1 {
  position: relative;
}
.fileHtml .product3 .title {
  margin-bottom: 60px;
}
.costOne {
  background-color: rgb(231 238 249 / 57%);
}
.costOne .cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.costOne .cont .lt {
  width: 50%;
  padding: 0 4%;
}
.costOne .cont .rt {
  width: 50%;
  position: inherit;
  position: initial;
}
.costOne .cont .lt .font24 {
  color: #000000;
  margin-bottom: 15px;
}
.costOne .cont .lt .font16 {
  color: #333;
  line-height: 1.9;
}
.costOne .cont .rt ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  /* position:relative;
    */
}
/*.costOne .cont .rt ul .h {
    display:none;
}
*/
.costOne .cont .rt ul li {
  width: calc(50% - 15px);
  width: -webkit-calc(50% - 15px);
  margin-bottom: 30px;
  cursor: pointer;
  position: inherit;
  position: initial;
}
.costOne .cont .rt ul li:nth-child(3),
.costOne .cont .rt ul li:nth-child(4) {
  margin-bottom: 0;
}
.costOne .cont .rt ul li .q,
.costOne .cont .rt ul li .top {
  background-color: #ffffff;
  box-shadow: 6px 6px 43px 0px rgba(107, 129, 208, 0.14);
  border-radius: 12px;
  padding: 35px 44px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.costOne .cont .rt ul li .top {
  background: none;
  padding: 0;
  margin-bottom: 15px;
}
.costOne .cont .rt ul li .bom li {
  line-height: 1.5;
  width: 100%;
  margin-bottom: 0;
  margin-top: 20px;
  list-style: disc;
}
.costOne .cont .rt ul li .imgs {
  margin-right: 24px;
}
.costOne .title {
  margin-bottom: 70px;
}
.costOne .cont .rt ul li .h {
  opacity: 0;
  transition: all 0.4s;
  transform: scale(0.94);
  /*display:none;
    */
  position: absolute;
  background-image: linear-gradient(
      -5deg,
      #3562ff 0%,
      #6b8dff 50%,
      #a1b7ff 100%
    ),
    linear-gradient(#ffffff, #ffffff);
  background-blend-mode: normal, normal;
  box-shadow: 9px 9px 18px 0px rgba(28, 67, 204, 0.2);
  border-radius: 12px;
  padding: 38px 44px;
  color: #fff;
  top: 0;
  left: -100%;
  width: 92%;
  height: 100%;
}
.costOne .cont .rt ul li .q:hover + .h {
  display: block;
  opacity: 1;
  transform: scale(1);
  transition: all 0.6s;
}
.product3 li .lt .clist .writ ul li:nth-child(2n) {
  flex-direction: inherit;
}
.product3 li .lt .clist .writ ul li {
  margin-top: 20px;
  list-style: disc;
  display: list-item;
}
.product3 li .lt .clist .writ ul li:first-child {
  margin-top: 0;
}
.product3 li .lt .clist .writ .font18 {
  font-weight: bold;
}
.product3 li .lt .clist .imgs img {
  position: relative;
  top: -3px;
}
.study .cont {
  display: block;
  padding: 140px 0 180px;
}
.study .cont .font60 {
  color: #262ea9;
  margin-top: 33px;
  font-style: italic;
}
.studyOne .title {
  max-width: 80%;
  margin: 0 auto 58px;
}
.studyOne .slogon {
  /* max-width: 80%; */
  margin-bottom: 58px;
}
.studyOne ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  max-width: 80%;
  margin: 0 auto;
}
.studyOne ul li {
  width: 50%;
  width: -webkit-calc(50% - 20px);
  cursor: pointer;
  /* background: url(../images/yj5_09.png) no-repeat center/cover; */
  border-radius: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.studyOne ul li:nth-child(1) .cont p {
  padding-top: 24px;
}
/* .studyOne ul li .imgs {
    width: 90px;
} */
/* .studyOne ul li .cont {
    width: calc(100% - 90px);
    width: -webkit-calc(100% - 90px);
    padding-left: 35px;
} */
.studyOne ul li .font24 {
  color: #2555ff;
  margin-bottom: 14px;
}
.studyOne ul li p {
  color: #333333;
  line-height: 1.6;
}
.studyOne {
  padding-top: 10px;
}
.studyOne .title .font30 {
  color: #333333;
  margin-bottom: 28px;
}
.studyOne .title .cont .font24 {
  color: #2555ff;
  /* margin-bottom: 28px; */
}
/* .studyOne .title p {
    color: #333333;
    line-height: 1.8;
} */

.studyTwo {
  background-color: #ecf1f7;
}
.studyTwo .wid90 {
  position: relative;
  margin-top: 40px;
  padding: 0 50px;
}
.studyTwo .cont {
  position: relative;
  background-color: #ffffff;
  border-radius: 8px;
  overflow: hidden;
}
.studyTwo .cont::after {
  content: '';
  width: 100%;
  height: 100%;
  background: url(../images/yj12_17.png) no-repeat center bottom/cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.studyTwo .cont .asp {
  position: absolute;
  z-index: 4;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 12px 18px;
  color: #fbfbfb;
}
.studyTwo .cont .asp p {
  height: 60px;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
.studyTwo .cont .asp .conts {
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  height: 0;
  opacity: 0;
  transition: all 0.6s;
}
.studyTwo .swiper-button-prev {
  left: 0;
  width: 30px;
}
.studyTwo .swiper-button-next {
  right: 0;
  width: 30px;
}
.studyShree1 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.studyShree1 ul li {
  cursor: pointer;
  width: calc(25% - 20px);
  width: -webkit-calc(25% - 20px);
  background-color: #ffffff;
  box-shadow: 0px 14px 18px 0px rgba(28, 67, 204, 0.06);
  border-radius: 8px;
  overflow: hidden;
}
.studyShree1 ul li .imgs {
  overflow: hidden;
}
.studyShree1 ul li .imgs div {
  transition: all 0.6s;
}
.studyShree1 ul li .imgs img {
  opacity: 0;
}
.studyShree1 ul li .cont {
  padding: 20px 35px 35px;
}
.studyShree2 .cont {
  border-radius: 8px;
  overflow: hidden;
  margin-top: 33px;
}
.studyShree2 .cont ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.studyShree2 li {
  width: 25%;
  padding: 0 10px;
  height: 400px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-pack: center;
  -webkit-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  align-items: center;
  position: relative;
}
.studyShree2 li::after {
  content: '';
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.studyShree2 li .imgs {
  position: relative;
  z-index: 4;
}
.studyShree2 li .font18 {
  position: relative;
  z-index: 4;
  color: #ffffff;
  margin: 44px auto 10px;
}
.studyShree2 li .font16 {
  position: relative;
  z-index: 4;
  color: #fff;
  opacity: 0.5;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.studyShree2 li .imgs img:last-child {
  display: none;
}
.studyShree2 li:hover .imgs img:last-child {
  display: inline-block;
}
.studyShree2 li:hover .imgs img:first-child {
  display: none;
}
.studyShree2 li:hover::after {
  content: '';
  background: rgb(37 85 255 / 80%);
}
.studyShree {
  background: url(../images/yj23_02.png) no-repeat center bottom;
  background-size: cover;
}
.studyShree3 .cont {
  background-color: #ffffff;
  border-radius: 12px;
  margin-top: 35px;
  padding: 25px;
}
.studyShree3 .cont p {
  color: #666666;
  line-height: 1.9;
}
.studyShree3 .cont .list {
  margin-top: 35px;
}
.studyShree3 .cont .list .font18 {
  color: #2555ff;
  font-weight: bold;
  margin-bottom: 10px;
}
.studyShree3 .cont .list .font18 img {
  margin-right: 9px;
}
.activity {
  margin-bottom: 30px;
}
.activity ul li {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
.activity ul li span {
  color: #000;
  font-size: 18px;
}
.cce {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.cce li {
  width: calc(25% - 15px);
  width: -webkit-calc(25% - 15px);
  border-radius: 8px;
  cursor: pointer;
  overflow: hidden;
}
.cce li .top {
  padding: 28px 33px;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #2d4ce9;
  border-radius: 8px;
}
.cce li.active .top {
  border-radius: 8px 8px 0 0;
}
.cce li .top img {
  margin: 0;
}
.cce li .bom {
  padding: 0 10px 10px;
  display: none;
  background-color: #2d4ce9;
  position: relative;
  top: -1px;
}
.cce li .bom .cont_bom {
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  border: solid 1px #6176e3;
  padding: 15px;
  color: #fff;
  line-height: 1.6;
}
.ccr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around;
}
.ccr li {
  width: calc(25% - 15px);
  width: -webkit-calc(25% - 15px);
  padding: 13px 40px;
  background-color: #e6ecf4;
  border-radius: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  margin-right: 10px;
  text-align: center;
}

.ccr li:last-child {
  margin-right: 0;
}
.ccr li img {
  margin: 0 auto;
}
.studyShree3 .cont .list .ccr .font18 {
  margin: 0 auto;
  color: #333;
}
.studyShree3 .cont .text-center img {
  margin: 50px auto 40px;
}
.studyShree3 .cont .text-center p {
  color: #333333;
}
.studyShree3 .list .appr li {
  margin: 10px 0;
}
.studyShree3 .list .appr li::before {
  content: '';
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 50%;
  background: #2843e6;
  vertical-align: middle;
  margin-right: 14px;
}

.studyTwo .wid90 .swiper-slide {
  height: 344px;
}
.studyTwo .wid90 .swiper-slide .cont {
  height: 100%;
  transition: all 0.6s;
  position: relative;
}
.studyTwoBg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  transition: all 0.6s;
}
.product3 li .rt {
  position: relative;
}
.product3 li .rt img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}
.product3 li .rt img.active {
  position: relative;
}
.studyTwo .wid90 .swiper-slide .cont img {
  opacity: 0;
}
.studyTwo .wid90 .swiper-slide:hover .cont .studyTwoBg {
  transform: scale(1.1);
}
nav ul li {
  position: relative;
}
nav ul li:nth-child(2) {
  position: inherit;
  position: initial;
}
.NavA {
}
.nav_down_two {
  width: 200px;
  background-color: #ffffff;
  box-shadow: 0px 11px 13px 0px rgba(16, 31, 81, 0.13);
  border-radius: 0px 0px 6px 6px;
  padding: 20px 15px;
}
.nav_down_two p a {
  padding: 10px 20px;
  color: #000000;
  display: block;
  font-size: 16px;
}
.nav_down_two p a:hover {
  background-color: #2555ff1a;
  border-radius: 6px;
  color: #2555ff;
}
nav ul li .nav_top a {
  line-height: 100px;
  display: block;
}
nav ul li:hover {
  /* border-bottom:2px solid #2555ff;
    */
}
.nav_down_two::after {
  content: '';
  width: 80%;
  height: 2px;
  background-color: #2555ff;
  position: absolute;
  top: 0;
  left: 10%;
}
/* äº§å“ä¸‹æ‹‰ */
.nav_product {
  background-color: #ffffff;
  padding: 25px 50px 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
}
.nav_product .nav_product_lt {
  width: calc(100% - 250px);
  width: -webkit-calc(100% - 250px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 5%;
}
.nav_product_rt {
  width: 250px;
  text-align: right;
}
.nav_product_lt_list {
  width: 45%;
}
.nav_product_lt_list:first-child {
  margin-right: 8%;
}
nav ul li:nth-child(1) {
  position: inherit;
  position: initial;
}
.nav_product_lt_list .font18 {
  color: #2356ff;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 10px;
  padding-bottom: 18px;
}
.nav_product_lt_list .font18 a,
.bq ul li a {
  color: #2555ff;
}
.nav_product_lt_list .font16 {
  margin-bottom: 3px;
}
.nav_product_lt_list .font16.fonBlod {
  margin-top: 10px;
}
.nav_product_lt_list .font16 a {
  color: #000000;
}
.cnt {
  background-color: #f6f7f9;
  border-radius: 6px;
  padding: 0px 8px 0px 14px;
  margin-bottom: 5px;
}
.cnt p a {
  display: block;
  padding: 5px 0 5px 10px;
  color: #999999;
  font-size: 14px;
  position: relative;
}
.nav_product_lt_list_cont_l {
  width: 130px;
  float: left;
}
.cnt p a::after {
  content: '';
  width: 4px;
  height: 4px;
  background-color: #cdcdcd;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -2px;
}
.nav_product_lt_list_cont_l:nth-child(1),
.nav_product_lt_list_cont_l:nth-child(3) {
  margin-right: 97px;
}
.nav_product_lt_list_cont_l:nth-child(5) {
  margin-right: 97px;
}
.nav_product_lt_list_cont_l:nth-child(1),
.nav_product_lt_list_cont_l:nth-child(3) {
  clear:both;
}
.nav_product_lt_list:last-child .nav_product_lt_list_cont_l:nth-child(3) {
  margin-right: 0;
}
.newWz {
  display: inline-block;
}
.nav_product_lt_list_cont {
  overflow: hidden;
}
.cnt p a:hover {
  color: #2555ff;
}
.register {
  background: url(../images/register_02.png) no-repeat center/cover;
}
.register .cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.register .cont .lt {
  width: 50%;
  padding-right: 50px;
  text-align: center;
}
.register .cont .lt .font30 {
  color: #333333;
}
.register .cont .lt .font30 span {
  color: #2555ff;
}
.register .cont .lt .font20 {
  color: #333333;
  margin: 20px auto 18px;
  text-decoration: underline;
}
.register .cont .lt ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.register .cont .lt ul li {
  width: 40%;
  margin-bottom: 10px;
}
.register .cont .lt ul li img {
  margin-right: 10px;
}
.white_bg {
  height: 236px;
  background-color: #ffffff;
  border-radius: 8px;
  margin: 36px 0 2px;
}
.register .cont .lt div.font18 {
  color: #000000;
}
.register .cont .lt .font42 {
  color: #000000;
  font-weight: bold;
}
.register .cont .rt {
  padding: 35px 30px 50px;
  background-color: #ffffff;
  border-radius: 8px;
}
.register .cont .rt .font24 {
  color: #333333;
  text-align: center;
  font-weight: bold;
}
.register .cont .rt .input-group {
  margin-top: 30px;
  width: 100%;
  background-color: #f2f6fa;
}
.input-group-addon {
  width: 108px;
  padding: 20px 12px;
  text-align: center;
  color: #000000;
  font-weight: bold;
  border: none;
  background: none;
  border-right: 1px solid #dbe2ed !important;
}
.register .form-control {
  width: 400px;
  padding: 20px 17px;
  height: 58px;
  border: none;
  background: none;
  box-shadow: none;
}
.register .dds .form-control {
  width: 280px;
}
.register .dds .form-control:-webkit-autofill,
.register .dds .form-control:-webkit-autofill:hover,
.register .dds .form-control:-webkit-autofill:focus,
.register .dds .form-control:-webkit-autofill:active {
  -webkit-transition-delay: 99999s;
  -webkit-transition: color 99999s ease-out, background-color 99999s ease-out;
}
.register .dds .input-group-addon .btn {
  padding: 0;
  background: none;
  border: none;
  color: #2555ff;
}
.group button {
  margin: 30px auto 0;
  background-color: #2555ff;
  border-radius: 6px;
  height: 50px;
  color: #fff;
  text-align: center;
  width: 100%;
  border: 1px solid #2555ff;
}
.register .cont .rt .input-group:nth-child(1) {
  margin-top: 22px;
}
.group button:hover {
  background: none;
  color: #2555ff;
}
@media (max-width: 1300px) {
  .nav_product {
    width: 100%;
  }
  .nav_product .nav_product_lt {
    width: 100%;
    padding-right: 0;
    display: block;
  }
  .nav_product_rt {
    display: none;
  }
  .nav_product_lt_list {
    width: 100%;
  }
  .nav_product_lt_list:first-child {
    margin-right: 0;
  }
  .nav_product_lt_list_cont_l:nth-child(1),
  .nav_product_lt_list_cont_l:nth-child(3) {
    margin-right: 0;
  }
  .nav_product_lt_list_cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 900px) {
  .nav_product_lt_list_cont {
    display: block;
    overflow: hidden;
  }
  .nav_product_lt_list_cont_l {
    width: 31.333%;
    margin-left: 3%;
  }
  .nav_product_lt_list_cont_l:nth-child(3n + 1) {
    margin-left: 0;
  }
  .nav_product {
    padding: 12px 15px 5px;
  }
  .nav_product_lt_list .font18 {
    margin-bottom: 10px;
    padding-bottom: 8px;
  }
  .nav_product_lt_list .font16 {
    margin-bottom: 6px;
  }
  .cnt {
    padding: 4px 4px 3px 10px;
    display: none;
  }
  .nav_product_lt_list:last-child {
    margin-top: 6px;
  }
}
.flow {
  position: relative;
}
.flow li {
  position: absolute;
}
.flow li .cont {
  position: absolute;
}
.flow li .cont .font20 {
  font-size: 16px;
  position: relative;
  border-radius: 5px;
  padding: 3px 10px;
  color: #fff;
  display: inline-block;
  margin-bottom: 5px;
}
.flow .font20::after {
  content: '';
  width: 10px;
  height: 10px;
  border: 3px solid #00db00;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  left: -5px;
  top: 50%;
  margin-top: -5px;
  z-index: 2;
}
.flow li .cont .font16 {
  font-size: 12px;
  padding: 5px 10px;
  background-color: #edf4fd;
  border: 1px solid #ddd;
  color: #507290;
}
.flow li img {
  display: block;
}
.pl2 .font16 div p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.pl2 .font16 div {
  border-bottom: 1px solid #ddd;
}
.pl2 .font16 div:last-child {
  border: none;
}
.pl2 .font16 div p .aw {
  color: #00db00;
  font-weight: bold;
}
.pl2 .font16 div p .dn {
  display: inline-block;
  margin: 0 4px 0 14px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #507290;
}
.pl1 {
  bottom: 174px;
  right: 166px;
}
.pl1 .font20 {
  background-color: #00db00;
}
.flow .is1 {
  position: absolute;
  z-index: 10;
}
.pl1 .is1 {
  width: 90px;
  top: -6px;
  left: 48px;
}
.pl1 .is2 {
  width: 236px;
}
.pl1 .cont {
  top: 113px;
  left: 66px;
}
.pl2 {
  bottom: 322px;
  right: 382px;
}
.pl2 .is1 {
  width: 110px;
  top: -61px;
  left: 54px;
}
.pl2 .is2 {
  width: 306px;
}
.pl2 .cont {
  top: -75px;
  left: 75px;
  width: 151px;
}
.pl2 .font20 {
  background-color: #00db00;
}
.pl3 {
  bottom: 266px;
  right: -29px;
}
.pl3 .font20 {
  background-color: #00db00;
}
.pl3 .is1 {
  width: 138px;
  top: -27px;
  left: 7px;
}
.pl3 .is2 {
  width: 236px;
}
.pl3 .cont {
  bottom: 7px;
  left: 74px;
}
.pl4 {
  bottom: 302px;
  right: 212px;
}
.pl4 .font20 {
  background-color: #00db00;
}
.pl4 .is1 {
  width: 78px;
  top: -19px;
  left: 46px;
}
.pl4 .is2 {
  width: 235px;
}
.pl4 .cont {
  bottom: 156px;
  left: 94px;
}
.pl5 {
  bottom: 67px;
  left: 353px;
}
.pl5 .is1 {
  width: 70px;
  top: -35px;
  left: 50px;
}
.pl5 .is2 {
  width: 225px;
}
.pl5 .cont {
  bottom: -14px;
  left: -78px;
}
.pl5 .cont .font20 {
  background-color: #2555ff;
  right: -28px;
}
.flow .pl5 .font20::after {
  content: '';
  border: 3px solid #2555ff;
  right: -5px;
  left: auto;
}
.pl5 .cont .font16,
.pl6 .cont .font16,
.pl7 .cont .font16 {
  width: 110px;
}
.pl6 {
  bottom: 126px;
  left: 477px;
}
.pl6 .is1 {
  width: 87px;
  top: -17px;
  left: 50px;
}
.pl6 .is2 {
  width: 235px;
}
.pl6 .cont .font20 {
  background-color: #2555ff;
}
.flow .pl6 .font20::after {
  content: '';
  border: 3px solid #2555ff;
}
.pl6 .cont {
  bottom: -37px;
  left: 70px;
}
.pl7 {
  bottom: 188px;
  right: 342px;
}
.pl7 .is1 {
  width: 64px;
  top: -4px;
  left: 33px;
}
.pl7 .is2 {
  width: 201px;
}
.pl7 .cont .font20 {
  background-color: #2555ff;
}
.flow .pl7 .font20::after {
  content: '';
  border: 3px solid #2555ff;
}
.pl7 .cont {
  bottom: -41px;
  left: 39px;
}
.pl8 {
  bottom: 200px;
  left: 78px;
}
.pl8 .is1 {
  width: 96px;
  top: -20px;
  left: 13px;
}
.pl8 .is2 {
  width: 208px;
}
.pl8 .cont .font20 {
  background-color: #2555ff;
}
.flow .pl8 .font20::after {
  content: '';
  border: 3px solid #2555ff;
}
.pl8 .cont {
  bottom: -41px;
  left: 0px;
}
.pl9 {
  bottom: 343px;
  left: 188px;
}
.pl9 .is1 {
  width: 131px;
  top: -38px;
  left: 8px;
}
.pl9 .is2 {
  width: 202px;
}
.pl9 .cont .font20 {
  background-color: #2555ff;
  right: 0;
}
.flow .pl9 .font20::after {
  content: '';
  border: 3px solid #2555ff;
  right: -5px;
  left: auto;
}
.pl9 .cont {
  bottom: 97px;
  left: -73px;
}
.pl9 .cont .font16 {
  width: 110px;
}
.pl10 {
  bottom: 429px;
  left: 376px;
}
.pl10 .is1 {
  width: 65px;
  top: -2px;
  left: 12px;
}
.pl10 .is2 {
  width: 202px;
}
.pl10 .cont .font20 {
  background-color: #2555ff;
}
.flow .pl10 .font20::after {
  content: '';
  border: 3px solid #2555ff;
}
.pl10 .cont {
  bottom: 118px;
  left: 30px;
}
.pl10 .cont .font16 {
  width: 110px;
}
.pl11 {
  bottom: 347px;
  left: 48px;
  width: 120px;
}
.pl12 {
  bottom: 200px;
  left: 220px;
  width: 133px;
}
.pl13 {
  bottom: 208px;
  width: 439px;
  left: 202px;
}
.flow li:last-child {
  z-index: 1;
}
.flow li .cont .font16 {
  opacity: 0;
  transition: all 0.5s;
}
.flow li:hover .cont .font16 {
  opacity: 1;
}
.flow .pl1 .is1 {
  animation: upDown 1s infinite linear;
  -webkit-animation: upDown 1s infinite linear;
}
.flow .pl2 .is1 {
  animation: upDown 1.3s infinite linear;
  -webkit-animation: upDown 1.3s infinite linear;
}
.flow .pl3 .is1 {
  animation: upDown 1s infinite linear;
  -webkit-animation: upDown 1s infinite linear;
}
.flow .pl4 .is1 {
  animation: upDown 1.5s infinite linear;
  -webkit-animation: upDown 1.5s infinite linear;
}
.flow .pl5 .is1 {
  animation: upDown 1s infinite linear;
  -webkit-animation: upDown 1s infinite linear;
}
.flow .pl6 .is1 {
  animation: upDown 0.8s infinite linear;
  -webkit-animation: upDown 0.8s infinite linear;
}
.flow .pl7 .is1 {
  animation: upDown 1.6s infinite linear;
  -webkit-animation: upDown 1.6s infinite linear;
}
.flow .pl8 .is1 {
  animation: upDown 0.7s infinite linear;
  -webkit-animation: upDown 0.7s infinite linear;
}
.flow .pl9 .is1 {
  animation: upDown 1.1s infinite linear;
  -webkit-animation: upDown 1.1s infinite linear;
}
.flow .pl10 .is1 {
  animation: upDown 1.4s infinite linear;
  -webkit-animation: upDown 1.4s infinite linear;
}
@media (max-width: 1332px) {
  .pl1 {
    bottom: 147px;
    right: 133px;
  }
  .pl3 {
    bottom: 242px;
    right: -56px;
  }
  .pl4 {
    bottom: 276px;
    right: 185px;
  }
  .pl5 {
    bottom: 51px;
    left: 320px;
  }
  .pl6 {
    bottom: 105px;
    left: 426px;
  }
  .pl7 {
    bottom: 166px;
    right: 287px;
  }
  .pl8 {
    bottom: 174px;
    left: 78px;
  }
  .pl9 {
    bottom: 320px;
    left: 188px;
  }
  .pl13 {
    bottom: 190px;
    width: 390px;
    left: 214px;
  }
  .pl10 {
    bottom: 382px;
    left: 341px;
  }
  .pl2 {
    bottom: 295px;
    right: 354px;
  }
  .pl11 {
    bottom: 331px;
    left: 68px;
    width: 120px;
  }
  .pl12 {
    bottom: 178px;
  }
}
@media (max-width: 1151px) {
  .product2 {
    display: none;
  }
}
.case_details ul li .font36 {
  color: #2555ff;
}
.bgsd {
  display: block;
  height: 215px;
  transition: all 0.6s;
  overflow: hidden;
  background: none !important;
  text-align: center;
}
.bgsd img {
  /*opacity:0;
    */
  display: block;
  margin: 0 auto;
}
.cases-content li a:hover .bgsd {
  transform: scale(1.1);
}
@media (max-width: 1280px) {
  .bgsd {
    height: 198px;
  }
}
@media (max-width: 1024px) {
  .bgsd {
    height: 145px;
  }
}
@media (max-width: 992px) {
  .bgsd {
    height: 215px;
  }
}
@media (max-width: 830px) {
  .bgsd {
    height: 200px;
  }
}
@media (max-width: 767px) {
  .bgsd {
    height: 180px;
  }
}
@media (max-width: 700px) {
  .bgsd {
    height: 170px;
  }
}
@media (max-width: 667px) {
  .bgsd {
    height: 160px;
  }
}
@media (max-width: 567px) {
  .bgsd {
    height: 150px;
  }
}
@media (max-width: 467px) {
  .bgsd {
    height: 140px;
  }
}
@media (max-width: 400px) {
  .bgsd {
    height: 130px;
  }
}
.side-bar .item2 {
  background-color: #2555ff;
  text-align: center;
  display: none;
}
.side-bar .item2 .consult button {
  color: #fff;
  background: none;
  border: none;
}
.side-bar .item2 .consult .xn {
  border-top: dashed 2px #ffffff;
}
.side-bar .item2 .consult {
  padding: 5px 10px;
  color: #666666;
}
.side-bar .item .tooltip-consult {
  padding: 10px 5px;
  height: auto;
  width: 248px;
  text-align: center;
  display: none;
}
.tooltip_title {
  font-size: 18px;
  color: #666;
  line-height: 1.5;
}
.tooltip_title span {
  color: #2d4ce9;
}
.tooltip-wechat {
  opacity: 1 !important;
  width: 230px;
  height: 230px;
  line-height: 230px;
  bottom: 0;
  display: none;
}
.banner .swiper-slide a.bgs {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
  top: 0;
  left: 0;
}
.banner .swiper-slide .Box1200 {
  position: relative;
  z-index: 6;
}
.banner .swiper-slide .btns {
  box-sizing: border-box;
  transform: translateY(50%);
  -webkit-transform: translateY(50%);
  text-align: center;
  color: #fff;
  display: inline-block;
  margin-top: 60px;
  transition: all 1s ease 0.7s;
  -webkit-transition: all 1s ease 0.7s;
  opacity: 0;
  font-size: 16px;
}
.banner .swiper-slide .btns img {
  margin-right: 10px;
}
.banner .swiper-slide .btns span {
  text-decoration: underline;
}
.banner .swiper-slide-active .btns {
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  opacity: 1;
}
.titleBold {
  color: #313b47;
  /* font-family: PingFangTC !important;
    */
}
.index_one .font36 .font18 {
  font-weight: 200;
  margin-top: 6px;
  display: block;
}
.index_two li .lt span,
.case_details_s_c_lt .font24,
.bannerAll .lt .font36 {
  font-family: PingFangTC !important;
}
.solution_two ul li .imgs {
  height: 26px;
}
.register .cont .lt ul {
  font-size: 14px;
}
#indemo .imgs div,
#demo2 .imgs div,
.cases-content a .imgs div {
  top: 14px;
  left: 14px;
}
.about_four_rt .swiper-slide {
  padding: 0 0 0 15px;
}
.studyTwo .cont .asp p,
.product1 ul.list li p {
  text-align: left;
}
.about_tab ul a {
  color: #555;
}
@media (max-width: 767px) {
  #indemo .imgs div,
  #demo2 .imgs div,
  .cases-content a .imgs div {
    top: 10px;
    left: 10px;
  }
  .banner .swiper-slide .btns {
    font-size: 14px;
    margin-top: 0px;
  }
  .banner .swiper-slide .btns img {
    height: 18px;
  }
}
.pl10 .cont .font16 {
  width: 122px;
}
.pl12 .cont .font16 {
  width: 165px;
}
.pl3 .cont {
  bottom: -38px;
}
.contactBanner {
  position: relative;
}
.contactBanner img {
  width: 100%;
  max-height: 500%;
  display: none;
}
/* .contactBanner .Box1200 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.bannerAll.contactBanner .cont {
    padding: 50px 0;
}
*/
.cases {
  padding-top: 40px;
}
.lyb {
  top: 100px;
  width: 300px;
}
.case_details_s_c_rt {
  top: 60px;
  z-index: 999;
}
.case_details_s_c_rt_c {
  background-color: #fff;
}
.options_list {
  margin-bottom: 15px;
}
.options {
  margin-bottom: 40px;
}
@media (max-width: 776px) {
  .contactBanner img {
    display: none;
  }
  .contactBanner .Box1200 {
    position: static;
    top: 0;
    left: 0;
    transform: translate(0, 0);
  }
}
@media (max-width: 730px) {
  .lyb {
    position: relative !important;
    top: 0 !important;
    right: 0 !important;
    width: 100%;
  }
}
.index_three_2 .rt {
  min-height: 290px;
}
.index_three_2_l .font30 {
  height: 42px;
}
/* .logo img {
    width: 70%;
}
*/
.dimensional .list_img img {
  width: 95px;
}
.pl2 .cont {
  width: 170px;
}
.flow li .cont {
  z-index: 11;
}
.solution_three .cont .font20 {
  font-family: PingFangTC !important;
  color: #000000;
  margin-bottom: 10px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 57px;
}
.solution_three .cont .font16 a {
  color: #888;
}
@media (max-width: 1200px) {
  .solution_three .cont .font20 {
    height: 48px;
  }
}
@media (max-width: 440px) {
  .solution_three .cont .font20 {
    height: 43px;
  }
}
.title .font36,
.index_one .font36,
.index_seven .font30,
.bannerAll .lt .font36,
.bannerAll .lt .font48,
.costOne .title .font20,
.fileOne .title .font30,
.product3 .title .font30,
.product4 .title .font30,
.product1 .title .font30,
.product6 .title .font30,
.solutionOne_cont .cont .rt .font30,
.resourceData_two_1 .swiper-slide .font30,
.about .title .font30,
#indemo .cont .font18,
.cases-content .cont .font18,
.resourceData_three_cont_news li a .cont .font22 {
  color: #313b47;
}
.product4 ul li:hover .top .font40 {
  color: #fff;
}
.cont3_list .rt {
  padding: 0;
}
.cont3_list {
  align-items: center;
}
.pl13 {
  border-radius: 50%;
}
@media (max-width: 420px) {
  .logo img {
    width: auto;
  }
}
@media (max-width: 767px) {
  .index_one .index_one_ul li {
    margin-left: 10px;
  }
}
.bgs_phone {
  display: none;
}
@media (max-width: 767px) {
  .Box1200 {
    width: 94%;
  }
  .cont3_list .rt img {
    box-shadow: none !important;
  }
  .banner .swiper-slide a.bgs {
    display: none;
  }
  .bgs_phone {
    display: block;
    /* min-height: 500px;
        */
  }
  .bgs_phone img {
    width: 100%;
  }
  .banner .swiper-slide .Box1200,
  .bannerAll.product .Box1200 {
    position: absolute;
    width: 100%;
    z-index: 3;
    top: 0;
    left: 0;
    padding: 46px 2%;
    height: 100%;
    text-align: center;
  }
  .bannerAll.product {
    background: none !important;
  }
  .banner .lt {
    height: 100%;
  }
  .banner .lt .font48 {
    font-size: 24px;
  }
  .banner_html {
    height: auto !important;
  }
  .index_four_bom .swiper-slide .rt {
    padding: 45px 30px;
  }
  .banner .union-input {
    position: absolute;
    bottom: 55px;
    left: 50%;
    transform: translateX(-50%);
    text-align: left;
  }
  .banner .union-input input {
    color: #333;
  }
}
header {
  transition: all 0.5s;
  background-color: rgba(255, 255, 255, 1);
}
header {
  height: 70px;
}
header.act {
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0 0 25px 30px rgb(49 59 71 / 5%);
}
header.act .nav_down {
  top: 70px;
}
header.act nav ul li .nav_top a {
  line-height: 70px;
}
/* nav ul li .nav_top a{
    */
/* color: #fff;
}
*/
.header_call span:last-child {
  font-size: 18px;
}
.header_call span:last-child,
.login a,
.index_two li .lt,
.index_five ul .font60 span {
  color: #313b47;
}
nav ul li .nav_top a {
  font-size: 17px;
}
.cnt {
  background: none;
  padding-left: 0;
}
nav ul li:nth-child(1):hover .nav_top::after,
nav ul li:nth-child(2):hover .nav_top::after {
  content: '';
  width: 130px;
  height: 2px;
  background-color: #2555ff;
  position: absolute;
  bottom: 0px;
  z-index: 2222;
  left: 50%;
  transform: translateX(-50%);
}
header .nav_down {
  top: 70px;
}
header.act nav ul li .nav_top a {
  line-height: 70px;
}
.tilese a {
  position: relative;
  overflow: inherit;
  overflow: initial;
}
.tilese a .popImg {
  position: absolute;
  width: 160px;
  height: 160px;
  background-color: #fff;
  z-index: 44;
  left: 50%;
  transform: translateX(-50%);
  bottom: 70px;
  display: none;
}
.tilese a .popImg img {
  width: 100%;
}
.tilese a::after {
  content: '';
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  border-radius: 25px;
}
.index_seven .Box1200 {
  overflow: inherit;
  overflow: initial;
}
.tilese a::before {
  content: '';
  background-color: #2d4ce9;
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  border-radius: 25px;
}
.tilese a:hover .popImg {
  display: block;
}
.case_details_s_c_lt .cont a,
.case_details_s_c_lt .cont2 a,
.case_details_s_c_lt .cont3 a {
  background-color: #2555ff;
  color: #fff;
  border: 1px solid #2555ff;
}
.product4 ul li .top .imgs::after {
  display: none;
}
.divs,
.canvas {
  display: none;
}
.nav_down .kind {
  display: block;
}
.kind-title {
  background: none;
  width: 100%;
  padding: 5px 20px 0 20px;
  position: relative;
  z-index: 22;
  /* border-bottom: 1px solid #EEEFF1;
    */
  display: block;
  text-align: left;
}
.kind-content-list a {
  padding: 15px 20px 10px;
}
.kind-title span {
  font-size: 18px;
  display: block;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
}
.kind-title .font16 {
  color: #2555ff;
  font-weight: bold;
  text-align: left;
}
.nav_down_cont {
  padding: 10px 0;
}
.kind-content {
  width: 1040px;
}
.nav_down_cont::after {
  content: '';
  background: url(../images/d7_03.jpg) no-repeat center;
  background-size: cover;
  width: calc(100% - 160px);
  width: -webkit-calc(100% - 160px);
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 100%;
}
.index_one .index_one_ul {
  background-color: #fff;
  padding: 28px 8%;
}
.index_one .index_one_ul a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.index_one .index_one_ul a img {
  margin-right: 16px;
}
.ly_tit {
  font-weight: bold;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ly_sum {
  padding-top: 6px;
  line-height: 21px;
  color: #000;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index_one .index_one_ul li {
  padding: 0 14px;
  width: 25%;
  margin-left: 0 !important;
}
.ly_mes {
  width: calc(100% - 74px);
  width: -webkit-calc(100% - 74px);
}
.index_one .index_one_ul a img {
  width: 50px;
  max-height: 50px;
}
.mans .man {
  display: none;
}
@media (max-width: 1700px) {
  .index_one .index_one_ul {
    padding: 28px 5%;
  }
}
@media (max-width: 1000px) {
  .index_one .index_one_ul li {
    padding: 0 10px;
  }
  .index_one .index_one_ul a img {
    width: 40px;
    margin-right: 10px;
  }
  .ly_mes {
    width: calc(100% - 50px);
    width: -webkit-calc(100% - 50px);
  }
}
@media (max-width: 767px) {
  .index_one .index_one_ul {
    flex-wrap: wrap;
    padding: 10px 0;
  }
  .index_one .index_one_ul li {
    width: 100%;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
  }
  .ly_sum {
    margin-top: 2px;
  }
}
.kind-content-list a .font14 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* height: 42px;
    */
}
.index_five ul .font60 span,
.index_seven ul li .font60 {
  color: #313b47;
}
.register {
  padding-top: 150px;
}
.union-input input,
.index_ .forms input {
  color: #000;
}
.case_details_s_c_lt .cont1,
.case_details_s_c_lt .cont3 {
  background-color: #f2f6fb;
}
.header_call {
  height: 32px;
  width: 180px;
}
.order a {
  padding: 5px 35px;
}
header {
  height: 70px;
}
header.act {
  height: 70px;
}
header.act nav ul li .nav_top a,
header nav ul li .nav_top a {
  line-height: 70px;
  color: #313b47;
}
header .nav_down,
header.act .nav_down {
  top: 70px;
}
@media (max-width: 767px) {
  .register {
    padding-top: 110px;
  }
}
@media (max-width: 1200px) {
  .header_call span.yuan {
    width: 22px;
    height: 22px;
    line-height: 22px;
  }
  .header_call {
    width: 172px;
  }
}
@media (max-width: 1180px) {
  .nav_down_cont {
    padding: 10px;
  }
  .kind-title {
    padding: 0;
  }
  .kind-title .font16 {
    font-size: 15px;
    padding-bottom: 12px;
  }
  .kind-content-list a .font16 {
    font-size: 14px;
  }
  .kind-title span {
    border-bottom: 1px solid #9d9d9d;
  }
}
@media (max-width: 767px) {
  nav ul li:nth-child(1):hover .nav_top::after,
  nav ul li:nth-child(2):hover .nav_top::after {
    content: '';
    width: 100%;
    height: 1px;
  }
  .kind-content-list {
    width: 50%;
  }
  .kind-content-list a .font16 {
    font-size: 13px;
  }
}
@media (max-width: 420px) {
  header.act {
    height: 60px;
  }
  header.act nav ul li .nav_top a,
  header nav ul li .nav_top a {
    line-height: 55px;
  }
  nav ul li .nav_top span {
    height: 50px;
  }
}
.pl4 .font20,
.pl2 .font20,
.pl3 .font20,
.pl1 .font20 {
  background-color: #2555ff;
}
.pl9 .cont .font20,
.pl5 .cont .font20 {
  background-color: #00db00;
}
.index_as {
  display: none;
}
.flow .font20::after {
  content: '';
  width: 10px;
  height: 10px;
  border: 3px solid #2555ff;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  left: -5px;
  top: 50%;
  margin-top: -5px;
  z-index: 2;
}
.flow .pl9 .font20::after,
.flow .pl5 .font20::after {
  content: '';
  border: 3px solid #00db00;
}
.rotateS {
  text-align: center;
  color: #313b47;
}
.rotateS .rotate,
.rotateS .rotate1 {
  font-weight: bold;
}
.rotateS .der {
  /* margin-right: 11px;
    */
}
.mans .man {
  display: none;
}
.scroll_html {
  text-align: center;
}
.scroll_html .font22 {
  color: #313b47;
  margin-top: 36px;
  letter-spacing: 2px;
}
.scroll_html .font22 a {
  color: #2555ff;
  margin-left: 15px;
}
/* .scroll_html .Box1200 {
    padding: 30px 0 60px;
}
*/
@media (max-width: 767px) {
  .scroll_html .Box1200 {
    padding: 8px 0 11px;
  }
  .scroll_html .font22 {
    margin-top: 10px;
  }
}
.witePC a {
  display: block;
  background-color: #ffffff;
  box-shadow: 4px 4px 38px 0px rgb(0 0 0 / 7%);
  border-radius: 8px;
  border: solid 1px #e5e5e5;
  overflow: hidden;
  position: relative;
}
.witePC .imgs {
  overflow: hidden;
  position: relative;
}
.witePC .imgs div {
  font-size: 12px;
  padding: 0px 9px;
  top: 13px;
  left: 18px;
  position: absolute;
  background-color: #27c73b;
  border-radius: 13px;
  color: #fff;
  display: inline-block;
  z-index: 20;
}
.witePC .imgs img {
  width: 100%;
}
.witePC .cont {
  padding: 17px 12px;
}
.witePC {
  padding: 0 30px;
  position: relative;
}
.witePC .cont .font18 {
  color: #313b47;
  font-weight: bold;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.witePC .cont p {
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #999;
  height: 61px;
  margin: 5px 0 15px;
}
.witePC .cont span {
  margin-top: 13px;
  font-size: 12px;
  color: #999999;
  border-radius: 13px;
  border: solid 1px #dcdcdc;
  padding: 4px 10px 7px;
  display: inline-block;
  margin-right: 10px;
  line-height: 1;
}
.witePC::after {
  content: '';
  width: 60px;
  height: calc(100% - 50px);
  height: -webkit-calc(100% - 50px);
  background-image: linear-gradient(
    to right,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 1)
  );
  position: absolute;
  top: 0;
  right: 0;
  z-index: 4;
}
.witePC::before {
  content: '';
  width: 60px;
  height: calc(100% - 50px);
  height: -webkit-calc(100% - 50px);
  background-image: linear-gradient(
    to left,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 1)
  );
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
}
.witePC {
  display: none;
  padding: 10px 5px 46px;
}
.witePC .swiper-slide {
  width: 220px;
}
@media (max-width: 767px) {
  .wite {
    display: none;
  }
  .witePC {
    display: block;
  }
  .witePC .swiperBtn {
    z-index: 22;
  }
}
.resourceData_one_d .isc li:not(:nth-child(3n)),
.bazaarList_cont ul li:not(:nth-child(3n)) {
  margin-right: 30px;
}
.resourceData_one_d .isc,
.bazaarList_cont ul {
  justify-content: flex-start;
}
@media (max-width: 900px) {
  .resourceData_one_d .isc li:not(:nth-child(3n)),
  .bazaarList_cont ul li:not(:nth-child(3n)) {
    margin-right: 19px;
  }
}
@media (max-width: 767px) {
  .resourceData_one_d .isc li:not(:nth-child(3n)),
  .bazaarList_cont ul li:not(:nth-child(3n)) {
    margin-right: 0px;
  }
  .resourceData_one_d .isc li:not(:nth-child(2n)),
  .bazaarList_cont ul li:not(:nth-child(2n)) {
    margin-right: 10px;
  }
}
.popsut {
  position: fixed;
  width: 300px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 898;
  cursor: pointer;
}
.popsut div {
  position: relative;
  border-radius: 2px;
}
.popsut div img {
  border-radius: 7px;
}
.popsut div .cloveAx {
  position: absolute;
  top: -50px;
  right: -50px;
  width: 50px;
}
.header_call {
  border: none;
}
@media (max-width: 767px) {
  .popsut {
    width: 200px;
  }
  .popsut div .cloveAx {
    top: -38px;
    right: -38px;
    width: 38px;
  }
  .Box1200 {
    width: 92%;
  }
}
.resourceData_two_cont_lt p img {
  height: auto !important;
}

.video_pop .cont img {
  position: absolute;
  top: -50px;
  right: 0px;
  z-index: 9;
  background: #1a0606;
  width: 50px;
  border-radius: 50%;
  z-index: 22;
}
@media (max-width: 800px) {
  .video_pop .cont img {
    width: 36px;
    top: -36rpx;
  }
}

.foot_boms {
  color: rgba(255, 255, 255, 0.2);
  margin-bottom: 12px;
}
.foot_boms a {
  color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 677px) {
  .foot_boms {
    text-align: center;
  }
}
/* 数电票专题页 */

.bazaarList .Box1200 .challenge {
  margin-top: 103px;
  display: flex;
  justify-content: space-between;
}

.bazaarList .Box1200 .challenge .challenge_item {
  position: relative;
  padding: 90px 50px 30px;
  width: 30%;
  border-radius: 17px;
  background: #fff;
  box-shadow: 0px 0px 20px 0px #d8deee;
}

.bazaarList .Box1200 .challenge .challenge_item .svg {
  width: 120px;
  background: linear-gradient(206deg, #4c8eff 0.61%, #2555ff 83.75%);
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  line-height: 120px;
  font-size: 24px;
}
.bazaarList .Box1200 .challenge .challenge_item h5 {
  color: #313b47;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.bazaarList .Box1200 .challenge .challenge_item p {
  margin-top: 32px;
  color: #313b47;
  text-align: justify;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.pad4 .ticket {
  margin-top: 80px;
}

.pad4 .Box1200 .ticket_content {
  display: flex;
}
.pad4 .Box1200 .ticket_content img {
  display: block;
  max-width: 50%;
}
.pad4 .Box1200 .ticket_content .ticket_description {
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pad4 .Box1200 .ticket_content .ticket_description .ticket_item {
  width: 48%;
  height: 210px;
  margin-bottom: 20px;
  padding: 45px 35px 0;
  border-radius: 15px;
  border: 1px solid #fff;
  background: linear-gradient(
    137deg,
    rgba(255, 255, 255, 0.2) 6%,
    rgba(255, 255, 255, 0.6) 93.22%
  );
}
.pad4 .Box1200 .ticket_content .ticket_description .ticket_item:hover {
  background-color: #fff;
}
.pad4 .Box1200 .ticket_content .ticket_description .ticket_item h5 {
  color: #313b47;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.pad4 .Box1200 .ticket_content .ticket_description .ticket_item p {
  margin-top: 30px;
  color: #313b47;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.pad4 .Box1200 .news_list ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pad4 .Box1200 .news_list ul li {
  padding-bottom: 15px;
  border-bottom: 1px solid #e2e2e2;
  display: flex;
  justify-content: space-between;
  width: 45%;
  margin-bottom: 40px;
  font-size: 14px;
}
.pad4 .Box1200 .news_list ul li a {
  width: 14%;
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #68747f;
  justify-content: end;
}
.pad4 .Box1200 .news_list ul li a:hover {
  color: #2555ff;
}

.fixed-bottom {
  display: none;
}
